showcase.mp4
Creates a simple fireworks by click of mouse
Made using C++17, CMake, CPM and raylib
Test task for some gamedev company on C++ Programmer position. Shortly, task was in making firework effect without using any particles lib.
Also I need to develop own UI framework to check my OOP skills. Work of firework effect explained in Source/ParticleSystem.cpp
.
- Firework effect by mouse click
- Stats UI (particles and fireworks count, FPS)
- UI to configure fireworks
- Quit button and modal dialog for this
Tested only on Windows but it should works on any other machine, that raylib supports. To build you need only CMake and C++ 17 compiler.
cmake -B Build
cmake --build Build