Skip to content

Haxe/hxcpp @:native bindings for LuaJIT.

License

Notifications You must be signed in to change notification settings

mcagabe19-stuff/hxluajit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Commands list

Debian based distributions (Debian):

sudo apt-get install libluajit-5.1-dev

Arch based distributions (Arch):

sudo pacman -S luajit

Fedora based distributions (Fedora):

sudo dnf install luajit

Red Hat Enterprise Linux (RHEL):

sudo dnf install luajit

openSUSE based distributions (openSUSE):

sudo zypper install luajit

Gentoo based distributions (Gentoo):

sudo emerge dev-lang/luajit

Slackware based distributions (Slackware):

sudo slackpkg install luajit

Void Linux (Void Linux):

sudo xbps-install -S luajit

NixOS (NixOS):

nix-env -iA nixpkgs.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.

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 70.6%
  • C 24.6%
  • Shell 4.6%
  • Other 0.2%