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

https://github.com/tornao2/particlesimulator

A particle simulator made in c++ with the use of raylib graphical library
https://github.com/tornao2/particlesimulator

cpp raylib simulator

Last synced: over 1 year ago
JSON representation

A particle simulator made in c++ with the use of raylib graphical library

Awesome Lists containing this project

README

          

Ready to run project is in ReadyProgram folder.

Demonstration at:

https://www.youtube.com/watch?v=qKFfr3srl_w

Description:

There are 7 different materials: air, stone, water, sand, smoke, acid and indestructable, floating variant of stone.

Brush can have 1-20 size(pixels) and has a shape of a rectangle.

You can select materials and increment/decrement brush size by clicking with left mouse.

You can place particles on the canvas by clicking/holding left mouse.

Screen size is 1024x768 and simulation is done with a grid of rectangles 4x4.