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
- Host: GitHub
- URL: https://github.com/vulcan-dev/jai-luajit
- Owner: vulcan-dev
- Created: 2023-08-07T00:15:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T00:29:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T21:32:31.792Z (6 months ago)
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.