Projects tagged ‘haxe’ and ‘web’


[4 total ]

28 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.

1 Users

Flash MOD Player is a MOD player written in the haXe language for Flash 9. It is able to play Protracker, Soundtracker and compatible MOD files up to 32 channels (the channel count is figured out ... [More] using the MOD's fingerprint number). The player is written with reusability in mind, in other words that you can take the player class, put it in your game code and use it with ease (and so far this is true, especially if your application or game is written in haXe). [Less]
Created 4 months ago.

1 Users

Web Video Player is an open FLV web player written in haXe and available as swf download to be used on any website. It accepts both indivudual files or XSPF playlist files as input.
Created about 1 year ago.

0 Users

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 ... [More] MVC-file-structure, by ActiveRecord in the database-structure, and by "Convention over Configuration". So, what's the point in this ? 1) Ruby on Rails is cool, but there are few hosting-alternatives, and those that exist are probably very expensive. Unless you're able to host the web-app yourself of course. 2) PHP-hosting is cheap... Apache with mod_php is default with many low budget web-hotels. (And even though you can host your rails app on a Tomcat-server with JRuby, PHP-hosting is still cheaper, and much more lightweight). 3) haXe is an incredibly cool object-oriented, functional, type-inferred, statically and dynamically typed language, that can also compile to bytecode for the Adobe Flash VM, as well as to Javascript and to Neko bytecode for the very fast Neko VM (desktop or mod_neko for Apache). Meaning: The algorithms you write in haXe can be directly reused both in your server-side PHP or Neko and in your client-side Javascript or Flash-apps... and in your desktop Neko-apps... [Less]
Created about 1 year ago.