I made a particle toy in C++ with Raylib
Channel:
Subscribers:
1,280
Published on ● Video Link: https://www.youtube.com/watch?v=8hIj5wPGV_Y
As the title implies, I used the relatively simplistic Raylib library to simulate 100000 particles that are attracted to your mouse cursor.
Raylib is a nice and simple library for if you just want to play around with programming a bit. Kind of like p5.js but for C/C++.
https://www.raylib.com/
Also if you want my source code, there is a VSCode project directory on my github. It already has the Raylib library, so if you have a working compiler and VSCode setup, you can just open the repo in VSCode and make some changes.
https://github.com/codemaker4/raylib-particle-toy