Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 849 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 849 Bytes

🧊 Frostbit

c

A game engine written in C with SDL.

Features

  • Entity Component System
  • Event Bus

Requirements

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