Skip to content

A fabric mod to summon particle with amazing optimization

License

Notifications You must be signed in to change notification settings

Yancey2023/OpenParticle

Repository files navigation

OpenParticle

A minecraft fabric mod to summon particle in minecraft.

The particle files loaded by this mod are stored in binary format, which can greatly accelerate the export and import speed of particle files.

The particle kernel is made by C++ and has ultimate performance.

Command

load particle file:

par load <path>

run particle:

par run [isSingleThread]

load particle file and run it:

par loadAndRun <isSingleThread> <path>

params

path - path to your particle file

isSingleThread - if it prepares VBO data in single thread when rendering

examples

par load D:\PyCharm\project\OpenParticleAPI-py\output\1.par
par run
par run true
par run false
par loadAndRun false D:\PyCharm\project\OpenParticleAPI-py\output\1.par
par loadAndRun true D:\PyCharm\project\OpenParticleAPI-py\output\1.par

How to create a particle file

OpenParticle Java API

OpenParticle Python API

Keys

You can press v to run particle file. Of course, you can bind to other keys.