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

https://github.com/realnegate/le_game


https://github.com/realnegate/le_game

Last synced: 10 months ago
JSON representation

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.