Skip to content

cinnabar-engine/cinnabar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinnabar Engine

Prerequisites

Use the build tool CMake to build cinnabar.

Windows

Visual Studio VSCode

Debian

sudo apt-get install build-essential cmake libsdl2-dev libglew-dev libglm-dev

Arch

sudo pacman -S base-devel cmake make gcc ninja sdl

Redhat/Fedora

sudo dnf install kernel-devel make automake gcc gcc-g++ ninja-build make

building instrictions

mkdir build
cd build
cmake ..
cmake --build .

Running

Windows: /build/run/(Debug/Release)/engine.exe Linux: /build/run/engine

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.