Skip to content

claudemuller/frostbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧊 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

Releases

No releases published

Packages

No packages published