layout, hero, features
layout |
hero |
features |
home |
name |
text |
tagline |
actions |
image |
MBCP |
更多基礎變化粒子 |
用於幾何運算和 當個創世神 粒子製作的軟體庫 |
theme |
text |
link |
brand |
跟隨引導 |
./guide/ |
|
theme |
text |
link |
alt |
API文檔 |
./api/ |
|
|
src |
alt |
/mbcp-logo.svg |
MBCP logo |
|
|
title |
details |
高度易用 |
通過簡單的接口,實現了大部分幾何運算及粒子製作的需求 |
|
title |
details |
高度集成 |
對<code>numpy</code>、<code>scipy</code>及<code>sympy</code>進行了封裝和集成,使腳本編寫像使用Geogebra一樣easy |
|
title |
details |
內置預設 |
提供了大量的預設,包括常見的幾何圖形、粒子效果等,便於快速生產 |
|
|
<style>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff);
}
@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(56px);
}
}
@media (min-width: 960px) {
:root {
--vp-home-hero-image-filter: blur(68px);
}
}
</style>