Projects tagged ‘haxe’


[149 total ]

27 Users
   

haXe is a high-level object-oriented programming language mainly focused on helping programers develop Websites and Web applications. haXe has been designed to be easily portable across several platforms.
Created over 2 years ago.

12 Users
   

Neko is a high-level dynamically typed programming language which can also be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. ... [More] Neko is not only very easy to learn and use, but also has the flexibility of being able to extend the language with C libraries. Neko has a compiler and virtual machine. The Virtual Machine is both very lightweight and extremely well optimised so that it can run very quickly. The VM can be easily embedded into any application and your libraries are directly accessable using the C foreign function interface. [Less]
Created over 2 years ago.

6 Users

FlashDevelop is a free and open source source code editor. -> Microsoft Windows .NET 2.0 application (Windows XP, Windows Vista, Windows 7) -> Mac OSX/Linux compatible using virtualization software ... [More] (VirtualBox, VMWare, Parallels) Get active and join the community at FlashDevelop forums [Less]
Created about 1 year ago.

5 Users

Soiled is a TELNET client and terminal emulator (VT100, VT102, xterm etc). The code repository also contains a server designed to test mud clients (TELNET clients in line-by-line mode with extra ... [More] features) and various mud related protocols. Soiled is implemented in haXe and it can be run in flash player, version 9 and later, making it a good way to let people easily access TELNET based services via webpages. Soiled has a few features making it suitable for playing muds, it is able to redraw the input line and the prompt when new text arrives from the server, it has support for macros and it keeps a history of both commands entered and text received. Unlike many mud clients it also supports char-by-char mode and therefor it can be used to access programs, such as vim, and play games like NetHack (with DECGraphics and all the colour one wants). The terminal emulator has support for most of the commonly used VT100, VT102 and xterm control sequences. See the Features page for more information. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 10 months ago.

4 Users
   

Templo is the advanced template system for haXe. It consists of one small haXe loader, and one commandline tool temploc which is capable of compiling a .mtt template file either to Neko or PHP. ... [More] temploc is written in NekoML because of its parser facilities. [Less]
Created about 1 year ago.

3 Users
   

A syntax highlighter written in Haxe that can highlight the syntax of a bunch of languages, including Haxe. Since it's written in Haxe, JavaScript and PHP versions can be generated, and snapshots ... [More] are available inside the Subversion repository. It is lightweight: 1 file, around 200 lines of algorithm and around 300 lines of language definitions. Adding a new language is usually a matter of adding 5-10 regular expressions, and is somewhat flexible with recursive rules (for example, it highlights PHP/CSS/JS embedded in HTML). There are plenty of examples of the source code highlighting in action on the homepage. The statistics are wrong because Ohloh doesn't understand Haxe. [Less]
Created about 1 year ago.

3 Users
 

Caffeine-hx provides lots of extensions for your Haxe programming.
Created about 1 year ago.

2 Users
 

A unit testing framework for haXe.
Created about 1 year ago.

2 Users

SamHaXe is a command-line asset library assembler for flash with a pluggable resource import module architecture. It is written in HaXe for the NekoVM platform.
Created 3 months ago.

1 Users
 

nPostgres adds to the haXe SPOD layer to provide database bindings for the PostgreSQL database on the Neko platform.
Created about 1 year ago.