FallingSandJava
FallingSandJava copied to clipboard
Falling Sand Simulation implemented in Java. Every pixel is simulated every frame and has its own state and intrinsic motivations.
Very nice work, David. You mentioned online multiplayer in description. Do you think it's possible to add online multiplayer in games like Noita? I play this game a lot, and...
Hy, I followed your video on [youtube](https://www.youtube.com/watch?v=5Ka3tbbT-9E&t=91s) to this repo. I really wat to learn this stuff, so I tried to make my hands dirty. However, Im not a Java...
Hi, inspired by your video as well as Noita and other projects, I have been working on my own falling sand engine in C# for a few months. I've got...
Using intelliJ after run (desktop) program always crashes with following error: `Caused by: com.badlogic.gdx.utils.GdxRuntimeException: File not found: uiskin.atlas (Internal) ` ``` > Task :desktop:DesktopLauncher.main() Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException:...