2024-08-29 19:00:01 +08:00
|
|
|
---
|
|
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
|
|
layout: home
|
|
|
|
|
|
|
|
hero:
|
2024-08-31 06:06:32 +08:00
|
|
|
name: "MBCP"
|
2024-08-29 19:00:01 +08:00
|
|
|
text: "More basic change particle"
|
2024-08-31 06:06:32 +08:00
|
|
|
tagline: A Library for Python to create Minecraft particle effects and geometric figures
|
2024-08-29 19:00:01 +08:00
|
|
|
actions:
|
|
|
|
- theme: brand
|
|
|
|
text: Get Started
|
|
|
|
link: ./guide/
|
|
|
|
- theme: alt
|
|
|
|
text: API Reference
|
|
|
|
link: ./api/
|
2024-08-31 06:06:32 +08:00
|
|
|
image:
|
|
|
|
src: /mbcp-logo.svg
|
|
|
|
alt: MBCP logo
|
2024-08-29 19:00:01 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
---
|