Haxe/hxcpp @:native bindings for raylib.
Hashlink or Neko are not supported
You can install it through Haxelib
haxelib install raylib-hxOr through Git, if you want the latest updates
haxelib git raylib-hx https://github.com/foreignsasquatch/raylib-hx.gitOn Linux, you need to install the required libraries for your distribution.
For detailed instructions, refer to the raylib wiki: Working on GNU Linux - Install Required Libraries.
Check out the Examples Folder for some examples on how to use this library.
Tip
If you wish to use Wayland for windowing instead of X11 on Linux, make sure to define RAYLIB_WAYLAND_DISPLAY and execute the following command in the project/scripts directory:
chmod +x glfw-generate-wayland.sh && ./glfw-generate-wayland.shTip
To hide the console window on desktop, add the no_console compiler flag.
raylib-hx and raylib are made available under the Zlib License.
- Check raylib-hx's LICENSE for more information.
- Check raylib's LICENSE for more information.