Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`