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.
- Host: GitHub
- URL: https://github.com/gly-engine/core-native-desktop
- Owner: gly-engine
- Created: 2024-08-23T18:03:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T17:07:47.000Z (over 1 year ago)
- Last Synced: 2025-06-05T13:50:31.290Z (about 1 year ago)
- Language: C
- Homepage: https://gamelly.github.io/core-native-sdl/
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```