A high-performance particle animation player, and supports custom textures and other features.
/pdrawcommand to play or stop particle animations
- API calls
- Play .pdraw particle animations
- Build & play animations entirely from code (
Animation.create)
This mod can play 50,000+ animated particle animations with a stable frame rate.
You can visit https://viewer.nekow.work/ to create your own particle animations.
Place the exported particle animation in the animations folder under the game directory.
Use /pdraw play <filename> in-game to play your animation, no need to reload the game.
Add the dependency in your mod's build.gradle:
dependencies {
// ...
compileOnly "work.nekow:particledrawing:1.0.6"
localRuntime "work.nekow:particledrawing:1.0.6"
}The API development is still being gradually improved. Welcome to visit Github to submit PRs!