Search
Tags
3d engine AA android apple Blog boehm gc build c++ cgi cpp debug developer fastcgi flash font garbage collection gm2d Haxe haxe3d hxcpp immix iphone javascript linux mac markdown ndk neash neko nme performance physaxe preloader profile render sdl shared hosting source swf v8 web windows wordpress wwxPages
Posts
- September 2012
- April 2012
- 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
Tag Archives: nme
NME From Scratch
Part 1 – Get The Basics Going I’ve just got a shiny new computer at home – nothing installed. So it seems like a good chance to go through exactly what it takes to get and NME sample up and … Continue reading
NME Font Rendering
I notice FreeType has a new version out, which has some reasonable changes since a key patent has expired. Version 2.3.9, Default Version 2.3.9, AutoHinting Version 2.4.4, Default Version 2.4.4, AutoHinting Flash (Mac) GDI Threshold (Current) GDI AA GDI AA … Continue reading
Four Years – Still Kicking
Wow, I missed the 4-year anniversary. I have been a bit remiss in updating the old social-media postings of late, but will try harder. So apologies to those whose comments I have not answered, and I hope to do better … Continue reading
Minor Updates
I have just released a few minor updates to nme + hxcpp, which you can find on haxelib. These are relatively small \- just pushing out a few fixes for some bugs that have been reported. In most cases the … Continue reading
New Releases!
Finally, I’ve managed to make a few more releases. Namely, HXCPP 2.06 and NME 2.0. HXCPP can be downloaded via “haxelib”, and works with the new 2.06 version of haxe. This release contains many bug fixes and optimizations. Also, when … Continue reading
3 Years On
Wow, has it really been 3 years? 2009 was an interesting year – I guess the big ticket items were haxe for the iPhone and getting hxcpp into the standard distribution for haxe. I am very satisfied with these achievements, … Continue reading
Haxe, iPhone & C++ At Last
Announcing first official release of c++ on haxe, including Widsows, Mac, Linux and iPhone support. Continue reading
Haxe on the iPhone – For Real!
To progress this project a bit further, I needed a real device – so I convinced the little woman that an iPod touch would be a good thing to have around. She seems to have taken to it, so now … Continue reading
Haxe on iPhone (Simulator) – First Look
The c++ backend for haxe generates standard c++, suitable for the gcc compiler. iPhone dev uses gcc, and can link against c++, which make you think that iPhone dev can use haxe. Simple? Well, actually it was pretty simple. The … Continue reading
Hxcpp 0.4, NME 0.9, Neash 0.9 Released!
What the flash? What is Hxcpp? Hxcpp is the c++ backend for haxe. This means you can compile haxe code to c++ code, and then compile this to a native executable, for Windows, Linux or Mac. What is NME? NME … Continue reading