Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Haxe-WiiU/HxU_Jansson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haxe-WiiU - Jansson

With this library, you can make use of the Jansson functions natively in Haxe, to develop homebrew for the Nintendo Wii U. This is a library in conjunction with HxCompileU, which is the utility for compiling to the Wii U using Reflaxe.CPP.

This library is NOT for normal use in Haxe, do not try to use it in a common project,but, you can use it with Reflaxe.CPP.

Installation

To install this library, just install it through Haxelib:

haxelib git hxu_jansson https://github.com/Haxe-WiiU/HxU_Jansson

And then add the library to your HxCompileU JSON config (You need HxCompileU version 1.5.0 or higher):

{
    "extraLibs": ["hxu_jansson"],
}

About

Haxe @:native bindings for Jansson to do homebrew on Wii U

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages