AlmasB / FXGL

Java / JavaFX / Kotlin Game Library (Engine)
http://almasb.github.io/FXGL/
MIT License
4.45k stars 556 forks source link

A new sandbox sample for physics-based simulations #1354

Open AlmasB opened 9 months ago

AlmasB commented 9 months ago

a unified physics simulation sample to extend from, which provides the ability to shoot a physics projectile and spawn various physics objects, as well as any other useful functions

The sandbox.joints package is a good starting point (in fxgl-samples).