Open Source Updates
- haXe wrapper for the javascript library Modernizr. Modernizr is a script that will detect native CSS3 and HTML5 features available in the current UA and provide an object containing all features with a true/false value, depending on whether the UA has native support for it or not.
- haXe extern classes for Titanium Desktop. All classes, methods and properties done. Titanium provides native performance, native UI and native capabilites, with over 1,000 APIs and growing.
haXe-titanium-mobile (unusable, coming soon-ish)
- haXe extern classes for Titanium Mobile. Almost written all methods and properties, but there are still so much missing. It has over 2550 fields in total.
Source: Flickr / houseofneon
Open Source Updates
- Only fleshed out the extern class for this javascript library today, but already has working example. Cufon is a fast text replacement with canvas and VML - no Flash or images required.
The following three libraries all provide access to real-time services, with simple javascript files which all handle the real-time connection, be it websockets, flash sockets or long polling. All three have working examples.
- Two class files, one wrapping BeaconPush javascript file. The other providing access to BeaconPush REST api.
- Wraps the PubNub javascript file. Only provides the publish and subscribe methods so far. The rest will be added latter on.
- So far only wraps the Pusher javascript file. Will provide a server side solution in the future.
Source: Flickr / houseofneon


