mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 22:27:38 +08:00
34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "MBCP"
|
|
text: "More basic change particle"
|
|
tagline: A Library for Python to create Minecraft particle effects and geometric figures
|
|
actions:
|
|
- theme: brand
|
|
text: Get Started
|
|
link: ./guide/
|
|
- theme: alt
|
|
text: API Reference
|
|
link: ./api/
|
|
- theme: alt
|
|
text: Best Practice
|
|
link: ./demo/best-practice
|
|
image:
|
|
src: /mbcp-logo.svg
|
|
alt: MBCP logo
|
|
|
|
features:
|
|
- title: Easy to use
|
|
icon: 🛠️
|
|
details: Through a simple interface, most of the geometric operations and particle production requirements have been achieved
|
|
- title: Integrated
|
|
icon: 📦
|
|
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
|
|
icon: 🧊
|
|
details: Rich presets and examples, you can use it directly, and you can also customize the parameters to create your own effects
|
|
---
|