Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 660 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 660 Bytes

🦠 Particle Life Framework

A Java framework that can simulate a variety of particle systems. It uses space partitioning and parallelization to achieve a significant speedup.

It can be configured to use the rules of Particle Life, a particle system showing life-like behaviour.

Check out this app to see this framework in action.

Usage

You need to have Java installed, with a version between 16 and (including) 23.

See the documentation for an explanation of how to add this as a dependency to your project and how to get the physics simulation up and running.