Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowkluster/sandsim
A simple sand physics simulator written using GLFW and OpenGL
https://github.com/snowkluster/sandsim
Last synced: 3 days ago
JSON representation
A simple sand physics simulator written using GLFW and OpenGL
- Host: GitHub
- URL: https://github.com/snowkluster/sandsim
- Owner: snowkluster
- License: gpl-2.0
- Created: 2023-11-21T10:13:57.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-29T18:46:51.000Z (12 months ago)
- Last Synced: 2023-11-29T19:48:36.506Z (12 months ago)
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SandSim
## Options
The program accepts two command line arguments: `-tps` and `-size`. The -tps argument modifies the update speed of the game cells, measured in Ticks Per Second (TPS). Its usage is as follows: `-tps=50`. The `-size` argument is intended to adjust the size of the game, but is currently experiencing functionality issues. Its usage is exemplified as follows: `-size=500`