mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 14:17:38 +08:00
25 lines
858 B
Markdown
25 lines
858 B
Markdown
|
---
|
||
|
# https://vitepress.dev/reference/default-theme-home-page
|
||
|
layout: home
|
||
|
|
||
|
hero:
|
||
|
name: "MBCP docs"
|
||
|
text: "More basic change particle"
|
||
|
tagline: A Library for Python to create particle effects and geometric figures
|
||
|
actions:
|
||
|
- theme: brand
|
||
|
text: Get Started
|
||
|
link: ./guide/
|
||
|
- theme: alt
|
||
|
text: API Reference
|
||
|
link: ./api/
|
||
|
|
||
|
features:
|
||
|
- title: Easy to use
|
||
|
details: Through a simple interface, most of the geometric operations and particle production requirements have been achieved
|
||
|
- title: Integrated
|
||
|
details: Encapsulated and integrated<code>numpy</code>, <code>scipy</code> and <code>sympy</code>, making script writing as simple as using Geogebra
|
||
|
- title: Rich presets
|
||
|
details: Rich presets and examples, you can use it directly, and you can also customize the parameters to create your own effects
|
||
|
---
|