The 'xinfinity-support' Neko Library
xinfinity-support provides some wrapping of eclectic C libraries needed for XinfInity?. None of these libraries is 'properly' bound to neko, instead only some high-level functionality is used. There is not enough reason to package those individually, so they are bundled here:
- some functions of FreeType and (soon) FontConfig to be able to load fonts from within neko.
- basic decoding (in the future: encoding) of images with gdk-pixbuf.
More documentation will follow on request, please express demand on the MailingList. Meanwhile, just browse the sources.
Installation and Test
You can simply install xinfinity-support with HaxeLib, it supports all NekoPlatforms.
haxelib install xinfinity-support
Using haxelib run will run the integrated test, which is rather simple yet, it tries to load glyphs from the bundled Bitstream Vera Sans, and a bundled xinf logo. If the test fails, please let me know on the MailingList.
