Search
Tags
-
Spam
Pages
Posts
- June 2011
- April 2011
- March 2011
- September 2010
- August 2010
- June 2010
- May 2010
- April 2010
- February 2010
- December 2009
- October 2009
- August 2009
- July 2009
- May 2009
- April 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- September 2007
- July 2007
- June 2007
- March 2007
- February 2007
- January 2007
Categories
Meta
Category Archives: Souce
Haxe Preloader For Flash – Written in Haxe.
There has been some talk about creating flash preloaders for haxe. However, these methods step outside the haxe toolchain and add some additional complication. I have come up with a reasonably simple method for creating a haxe preloader in haxe, … Continue reading
Cross-platform again
So far, I’ve mostly looked at the flash/swf version but now I will return my attention to cross-platform development. There are a number of existing libraries that can be used with haXe, but most of these are low level, but … Continue reading
Change a few lines, get a big speedup.
It was pointed out to me that there was a better way to do a “cast” and a few simple changes to to porting script yielded some big improvements. So, the new bundle [here](http://gamehaxe.com/wp-content/uploads/2007/11/apeport2-a045.zip) now gives: Car Demo Robot Demo … Continue reading
Posted in Result, Souce
Leave a comment
Porting APE (Actionscript Physics Engine) to haXe
I see that APE [http://www.cove.org/ape](http://www.cove.org/ape) has moved on to version 0.45 alpha, and has an extremely beautiful “robot” demo. So, with the faster version of haXe, and improved knowledge, I though it was time to try porting it again. This … Continue reading
Posted in Result, Souce
Leave a comment
Huge speedups for flash9 with haXe 1.15, hxasm investigated.
Due to the great work of Nicolas Cannasse, most of the results below have to be re-written! HaXe now as stong typing in flash9, significantly improving performance. I also have a new machine, so some of the results will not … Continue reading
Posted in Result, Souce
Leave a comment
Iteration/looping
The following discussion is based on the source code :1000OgresOource.zip. This code uses the “xinf” haxelib module to provide support for cross platform (browser, downloadable) structures. The Ogre demo uses a grid to check for collisions between objects. So,rather than … Continue reading
Posted in Result, Souce
Leave a comment
Source Code
Here is the source code for the APE post. The latest version of haXe supports now supports as3 virtual/override, so the resulting as3 code compiles without modification. However, I have modified it for performance reasons by changing the typecasting to … Continue reading
Posted in Souce
Leave a comment