From 10c1c31aba0b4b0aefd813f5c4e2a0a4e5527895 Mon Sep 17 00:00:00 2001 From: Tiago Ling Alexandre Date: Mon, 21 Jul 2014 16:02:46 -0300 Subject: [PATCH] Added HaxeFlixel and Haxor to the engines section Two more engines to the list, one for 2D and one for 3D, both written in Haxe(http://haxe.org/). --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6603bac..01245ba 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,8 @@ desktop browsers. * [PyGame](http://pygame.org) - a 2D game engine in Python. * [Processing](http://www.processing.org) - Processing is a programming language, development environment for artists, designers, researchers. * [Monkey X](http://www.monkey-x.com) - Multi-platform programming language and cross-compiler, aimed at fast game programming. +* [HaxeFlixel](http://haxeflixel.com/) - Create cross-platform games easier and free. +All with one codebase. #### 3D @@ -175,6 +177,7 @@ desktop browsers. * [Polycode](http://polycode.org) - Open-Source Framework for creating games in C++ (with Lua bindings). * [Cinder](http://libcinder.org) - Cinder is a community-developed, free and open source library for professional-quality creative coding in C++. * [Blitz3D](http://www.blitzbasic.com/Products/blitz3d.php) 3D basic-like programming language for fast 3D desktop games. +* [Haxor](http://haxor.thelaborat.org/) - Combine the power of HaXe language and HTML5+WebGL to easily develop powerful applications that can run in any modern browser. Audio -----