My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 147
This project contains a collection of [http://ant.apache.org Ant] tasks which help you integrate [http://haxe.org haXe] with Ant. Tested and working on Ant 1.7.0, 1.7.1 == Installation == To install anthx, use: `haxelib install anthx` == Declare anthx Tasks == To declare all anthx tasks w...
In some projects it's sometime useful to be able to interpret some code dynamically, without any recompile. haXe script is a subset of the haXe language. It is dynamically typed but allow most of the expressions : * constants (int,float,string) * identifiers * local variables and scoping...
'hXgraphix saves your lineTo's and beginFill's in swf format.'<br> It aims to provide the same set of methods as <b>[http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/Graphics.html flash.display.Graphics]</b><br> The output is a <b>DefineShape</b> swftag or swf file.<br> hXgraphix is wr...
The "archetype" library is intended to help jumpstart new haxe projects by creating a basic directory structure and configuration bits. It is loosely based on the maven2 idea of archetypes. Check out [http://haxe.org/com/libs/archetype haxe.org] and the [http://brianin3d-demos.appspot.com/stat...
The idea is to create a simple "quick-to-go" MVC web-framework for the HaXe language, which is then compiled into PHP-files (and later perhaps Neko too). It is inspired by Rails in the MVC-file-structure, by ActiveRecord in the database-structure, and by "Convention over Configuration". So, wh...
=Overview= Haxle is a Signal and Slots Framework for haXe. [http://en.wikipedia.org/wiki/Signals_and_slots Signal and slots] frameworks are synchronous event handling systems. They work by 'linking' a given object method call (called a signal function) to another arbitrary (slot) object method. ...
Haxe Graphical User Interface for the flash9 platform, is a set of classes working as widgets like flash/flex's components and windows. Currently the library contains the following widgets: Button, Label, Input, Checkbox, Radiobox, Combobox, Slider, Scrollbar, Scrollpane, List, Tree, Popup-Menu,...
A collection of haxelibs that 'unlock' various JavaScript platforms. *note: no sourcecode available yet, I'm hoping to release some preview code soon. If you would like to be informed about this release, please subscribe to the discussion group.* HaXe is a great programming language that com...
hxFormat is the repository for different file-formats support for the haXe language. = Formats = Currently supported formats are : * FLV (Flash Video) * AMF0 (Flash serialized object) * PDF (only generic file structure and partial decryption) * ZIP * TAR * GZ * PBJ (Pixe...
Arctic is a simple [http://www.haxe.org haXe] GUI framework which allows you to create user interfaces for flash applications. It is unique by supporting both Flash 7, Flash 8 and Flash 9 targets using the same client code. The user interface is constructed from !ArcticBlocks which is a simple en...
1 2 3 4 5 6 7 8 9 10 Next