hxluajit

Haxe/hxcpp @:native bindings for LuaJIT.
https://github.com/MAJigsaw77/hxluajit

To install, run:

haxelib install hxluajit 1.0.2 

See using Haxelib in Haxelib documentation for more information.

README.md

hxluajit

Haxe/hxcpp @:native bindings for LuaJIT.

Installation

You can install it through Haxelib

haxelib install hxluajit

Or through Git, if you want the latest updates

haxelib git hxluajit https://github.com/MAJigsaw77/hxluajit.git

Dependencies

On Linux you need to install luajit from your distro's package manager.

  • Debian based distributions: `bash sudo apt-get install libluajit-5.1-dev`

  • Arch based distributions: `bash sudo pacman -S luajit`

  • Gentoo based distributions: `bash sudo emerge dev-lang/luajit`

Usage Example

Check out the Examples Folder for examples on how to use this library.

Licensing

hxluajit is made available under the MIT License. Check LICENSE for more information.

LuaJIT is made available under the MIT License. Check LuaJIT's Licence for more information.

Contributors
MAJigsaw77
Version
1.0.2
Published
3 weeks ago
Dependencies
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub