An open API service indexing awesome lists of open source software.

https://github.com/gly-engine/core-native-desktop

create your own game-engine with just lua.
https://github.com/gly-engine/core-native-desktop

Last synced: 6 days ago
JSON representation

create your own game-engine with just lua.

Awesome Lists containing this project

README

          

# core-native-sdl

* a native core for

## How to build

```bash
git clone https://github.com/gamelly/core-native-sdl
```

```bash
cmake -Bbuild -H.
```

```bash
make -C build
```

## How to run

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