redorav / public_source_engines

Game Engines with Source: Learning from the best
420 stars 17 forks source link

EquilibriumEngine #9

Closed clibequilibrium closed 6 months ago

clibequilibrium commented 6 months ago

Hi, great repo.

You can add my ECS Game Engine written in C, powered by flecs and bgfx .

Features shader and code hot-reloading, crash protection, forward & deferred shading, hot-reloading of imgui & entity inspector. Great entry code for beginners to learn data oriented pattern and get started with C in general.

Thanks

https://github.com/clibequilibrium/EquilibriumEngine

redorav commented 6 months ago

Done, thank you!