Skip to content

A simple, yet pretty fireworks show, coded in C++ with the OLC Pixel Game Engine

License

Notifications You must be signed in to change notification settings

TechnicJelle/FireworksPGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fireworks Display in PGE

A simple, yet pretty fireworks show, coded in C++ with the OLC Pixel Game Engine

the fireworks display

In this repo, there are three branches. Each branch uses a different architecture for the underlying data.

Type Performance Ease of writing Extensibility Branch
Original/Procedural Best (90k) Medium Worst main
OOP Worst (30k) Worst Medium proper-oop
EnTT Medium (50k) Best Best port-to-entt

The number in the performance column here compares the amount of rockets I can spawn, before the FPS dips below 100.

About

A simple, yet pretty fireworks show, coded in C++ with the OLC Pixel Game Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published