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