hxSDL_FontCache

Haxe @:native bindings for SDL_FontCache, a font caching library for SDL2, to do homebrew on Wii U
https://github.com/Slushi-Github/hxSDL_FontCache

To install, run:

haxelib install hxSDL_FontCache 1.0.0 

See using Haxelib in Haxelib documentation for more information.

README.md

hxSDL2

With this library, you can make use of SDL_FontCache 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.

Installation

To install this library, just install it through Haxelib:

haxelib git slushiUtilsU https://github.com/Slushi-Github/hxSDL_FontCache

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

{
    "extraLibs": ["SDL_FontCache"],
}
Contributors
Slushi
Version
1.0.0
Published
8 months ago
License
Apache

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