Skip to content

starkatt85/verlet-integration-raylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verlet Integration - using Raylib

Currently has no optimization, will be optimized in future.

To compile and run the simulation, use in the project directory itself. No need to cd into src

cmake -G "Ninja" -S . -B build
cd build
ninja
.\main.exe

Note: Raylib is developed by raysan5. check Raylib on github

About

Verlet Integration made using Raylib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published