OK, i want to show off
here it is :
Hey…
I have made particling. That is a particle engine in haXe.
It’s still version 0.1
And I recommend to not download it :p
I will change all of the code, not upgrade it.
I think in new code it looks more neat, and elegan (yeah…, i like elegan)
Wait for me
particling v0.2 … 80%…
package ;
class Main
{
public static function main()
{
trace("Hello World from haXe :D!");
}
}