Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yancey2023 committed Apr 30, 2024
1 parent 99a3293 commit 69c5baa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ 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 powerful particle combination can store a large number of particles with minimal file size and memory usage.

Multithreading particle VBO filling can greatly improve your particle rendering speed.
The particle kernel is made by C++ and has ultimate performance.

## Command

Expand Down Expand Up @@ -35,6 +33,4 @@ par loadAndRun path_to_your_file

[OpenParticle Python API](https://github.com/Yancey2023/OpenParticleAPI-py)

if you want to use other languages, you can find the basic java api in this package: `yancey.openparticle.api.common`. You can implement the same logic in whatever language you like.

Have fun!!!

0 comments on commit 69c5baa

Please sign in to comment.