Skip to content

create your own game-engine with just lua.

Notifications You must be signed in to change notification settings

gamelly/core-native-sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core-native-sdl

How to build

git clone https://github.com/gamelly/core-native-sdl
cmake -Bbuild -H.
make -C build

How to run

./build/bin/game -g vendor/engine/examples/asteroids/game.lua