Skip to content

mendoza/skeleton-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton Engine 💀 made with ❤️, and mostly 🍺

License Issues forks stars size Unicorn

splash

Description

Small game engine framework , made with just 3 dependencies.

  1. SDL Repo
  2. Lua54 Repo
  3. Sol3 Repo

Motivation

Just for fun and learning

Installation

git clone https://github.com/mendoza/skeleton-engine
cd skeleton-engine
mkdir build
cd build
cmake .. 
# For windows: cmake -G "MinGW Makefiles" ..
make
# For Windows: mingw32-make
./skeleton

Bugs 🐛

This project is getting upgrades in my free time if there is a problem please create a bug report in the issues section.

License