Skip to content

claudemuller/frostbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧊 Frostbit

c

A game engine written in C with SDL.

Features

  • Entity Component System
  • Event Bus

Requirements

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

About

🧊 Game engine in C with SDL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published