haXe Forum > Haxe port of Casalib
-
Andy Li Mar 03 at 19:00
Hi all!
Link first: casahx
I've been learning haxe by creating a haxe port of Casalib. Turn out it is fun although I faced several inconsistence between the targets.
Although the work is just started for a few days and far from finish, there are already some classes ready to be used(all are platform independent parts like ArrayUtil/StringUtil). I've roughly tested them using haxe.unit in all targets (swf,neko,c++,php,js) and yes, it works :)
So please feel free to use and comment on it. -
keith ashford Mar 03 at 20:03
what does it do that haxe doesnt?
i see it has tweening, which is good
-
Andy Li Mar 04 at 08:41
Actually it is just a handful collection of functions and classes which are nice to have. You may think of it as a addition to the haxe core.
-
Andy
I looked briefly I am sure it will be useful keep going :)
Cheers ;j