From 69c5baa9d99f2c2c2a258c60eed8e9f3d031a154 Mon Sep 17 00:00:00 2001 From: Yancey <1709185482@qq.com> Date: Wed, 1 May 2024 06:52:56 +0800 Subject: [PATCH] update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 90f88d9..9d891f7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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!!! \ No newline at end of file