https://github.com/realnegate/le_game
https://github.com/realnegate/le_game
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realnegate/le_game
- Owner: RealNeGate
- Created: 2023-05-26T21:43:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T22:15:10.000Z (about 3 years ago)
- Last Synced: 2025-07-04T04:38:17.404Z (11 months ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Le Game
This is a tiny Luajit+Cuik demo, currently it's windows only. You can try it via:
```
setup.bat
```
or if you already have cuik.dll and luajit installed:
```
luajit main.lua
```
and see some little square guy with an orbiter square. We're dealing with platform layer stuff
in dynamically compiled C code which interfaces relatively seamlessly with Luajit's FFI. My plan
is to finish this demo and add support for recent versions of PUC Lua.