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
- Host: GitHub
- URL: https://github.com/tornao2/particlesimulator
- Owner: Tornao2
- Created: 2024-05-30T13:51:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T15:14:49.000Z (about 2 years ago)
- Last Synced: 2024-11-18T21:20:58.820Z (over 1 year ago)
- Topics: cpp, raylib, simulator
- Language: C++
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.