🧊 Frostbit A game engine written in C with SDL. Features Entity Component System Event Bus Requirements gcc or clang make SDL2 (Optional) Bear - for auto-completion (in the editor) Generate Compilation Database (for auto-completion) make gen-compilation-db Building make build Running make run Build a Debug Binary make debug-build Start lldb or gdb With Debug Binary make debug Cleaning the Project make clean