harmonica [example] ( original [go library] )
An agnostic physics based animation library
haxelib git go2hx_harmonica https://github.com/go2hx/harmonica
regexp2 [api] [example] ( original [go library] )
A full-featured regex engine, based on the .NET engine
haxelib git go2hx_regexp2 https://github.com/go2hx/regexp2
Go's standard library [api] [examples] ( original [go documentation] )
haxelib git go2hx https://github.com/go2hx/go2hx
stdgo.X
, where X
is the stdlib, Table of working stdlibs.
trace(stdgo.unicode.Unicode.isGraphic('x'.code)); // true
trace(stdgo.image.color.Color.yCbCrToRGB(81, 240, 90)); // red