Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 935 Bytes

File metadata and controls

22 lines (18 loc) · 935 Bytes

Particles Test Task

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.

To Do and Done

  • Firework effect by mouse click
  • Stats UI (particles and fireworks count, FPS)
  • UI to configure fireworks
  • Quit button and modal dialog for this

Build

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