Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 351 Bytes

README.textile

File metadata and controls

9 lines (5 loc) · 351 Bytes

ParticlesFX

Introduction

A simple particle collision simulation written in Java using JavaFX 2. Particles can collide with the walls of the window and with each other. To make the physics simple, collisions are perfectly elastic and the particles have equal mass.

Credits

Uses JFXGen by Carl Dea.