Search
Tags
-
Spam
Pages
Posts
- 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
Author Archives: Huge
WWX Conference
I recently got back from ‘WWX’, the World Wide Haxe conference. I had a fantastic time – got to meet a whole bunch of people from the community. I gave a presentation about the architecture and some details of the … Continue reading
Multi-Language-Bench
I noticed that Google have a site that compares a few languages using a graph traversal benchmark. http://code.google.com/p/multi-language-bench/. So I thought it would be interesting to see how haxe/hxcpp fares. I started with a direct (ie, almost line-for-line) translation of … Continue reading
Posted in Blog
10 Comments
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
Android + HXCPP – a Quickstart Guide
After having some success with making an Xcode template, I thought it would be relatively easy make something similar for eclipse and Android. However, there was nothing but pain for me when I tried, so instead I’ve decided to write … 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
Android Port – Second Look
I have looked into some of the performance aspects of the Android port, and I’ve come to some conclusions. Firstly, after looking at the disassembly, there did not seem to be any additional code associated with exception handling, so there … Continue reading
Android Port – First Light
I bought myself and Android (2.1) HTC Legend phone. Obviously, the first thing I wanted to do was to get haxe/NME running on it. Now the Android platform is very well setup for Java development but, unfortunately, the haxe Java … Continue reading