Skip to content

staticvalley/cellular_physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 cellular_physics

simple cell/pixel physics simulator using sdl3.

🧱 current cell types

  • empty/void
  • generic/block
  • sand
  • water

📥 building/installation

⚠️ note: you must have sdl3 installed to be able to run the simulator

create a directory to build the project with dependencies, and run cmake:

mkdir build/
cd build/
cmake ..  

build the final executable using the makefile:

make

run cellular_physics:

./cellular_physics

About

basic cellular physics simulator in sdl3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published