Tag utility
Here's the list of projects using this tag :
-
Ctrl
This library helps us to get user input (mouse and keyboard) for flash target
-
macrotools
Macro tools is a simple library that provides facilities for coding macros.
-
ngate
Native Gateway is a series of macro scripts and tools that adds facilities to communicate and interface with native code, either via neko/hxcpp cffi or even by linking directly to dlls, without needing any external glue code.
-
structs
Structs is a library to work with arrays of c-like unboxed structures. It's an optimization and compatibility library, so it's made to achieve the best performance as possible on its platforms while also being able to create structures interoperable with native C code. On Flash9, it uses flash's Memory API. Also it is intended to make the own "boxed" structures (classes) to work in an optimized way when necessary.
-
hxffi
HxFFI is a small binding to LibFFI. It provides the ndlls for hxcpp and neko and provides the possibility of calling dlls without the need of a C FII glue code.
-
hxplugins
hxplugins is a set of macro utilities to make it easy the creation of extendeable behaviors via plugins in haxe. In this
-
partials
partials is a macro-based partial class implementation for haxe. More information on site
-
monax
Monax provide a macro to create optimizing Monads and their syntactic sugar
-
Parsex
General Parser API providing Packrat Parsers combinators and a Monadic support (requiers monax)