Haxe Roundup № 10

written by skial Edited on
⚠️ The content linked in this article is over 6 months old, consider some links and information to be outdated.

If you have not already heard (if you haven’t, whats wrong with you…), Apple has lifted their ban on third party framework compiled apps and Adobe have restarted developing the iPhone packager.

Via twitter

Franco Ponticelli, the haXe / php creator, is looking to do an introduction to haXe at Codebits 2010, go and show your support by thumbing up the talk - via fponticelli

disktree has just released HXMPP version 0.4.3. Includes websocket support for flash and javascript. The only XMPP server to support websocket - via disktree

Via haXe mailing list

Want to use haXe to create an android app? This post lists the needed library - Original Post

If you are a Vim user, consider upgrading your vim-haxe plugin. You can find the new features in the following post - Original Post

If your using haXe / cpp to develop for the iPhone and need to use a tweening class? consider the modified feffects at touch my pixel repository - Original Post

Need to pass custom compile flags into haXe / cpp? The following post has useful info for you - Original Post

Have you used haxelib and thought some features are missing or have an idea to improve it? Then contribute to the following post - Original Post

Again, if your developing for the iPhone with haXe / cpp and are getting the segmentation fault error, then the following post may fix the issue - Original Post

If your still forced to use AS2 and want to include them in your haXe classes, then check out the following post for tips - Original Post

Via shameless plug

Link to open source projects I’m currently working on, which are still young, but usable - Open Source Update Post

Via stumbling around

Confused what the code below might mean? The following link to Stack Overflow explains with examples - Stumbled Link

(String->String->String)->Int->(Int->String)