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

https://github.com/vulcan-dev/jai-luajit

LuaJIT Bindings for Jai
https://github.com/vulcan-dev/jai-luajit

Last synced: 4 months ago
JSON representation

LuaJIT Bindings for Jai

Awesome Lists containing this project

README

        

# Jai-LuaJIT
[LuaJIT](https://luajit.org/) bindings for Jai

## Building
1. Download LuaJIT from here: https://luajit.org/download.html
2. Copy `src` and `dynasm` into `./luajit`
3. Build via `jai .\generate.jai`

### Linux support is coming
I have spent a decent amount of hours trying to make it work, but it doesn't seem to like anything I do. Feel free to try it yourself, if you succeed then feel free to make a PR.