Canvas 2D game engine – Flax.ie

Posted by on Sep 24 2010, in flax, Isometric Game, zegarkus


Canvas is bringing some unique opportunities to the isometric gaming world. Here’s a new 2d game engine I’ve add to my isometric game engine list:

The Flax Engine (henceforth called Flax) is to be a 2D game engine for the web, using features introduced in HTML5, specifically the canvas and audio tags. Flax will be developed in Java using GWT 2.0 to cross compile the code into robust JavaScript code which will run across all mordern browsers and is intended to be a native framework for developing 2D browser-based games. Adobe Flash is used to program the vast majority of browser-based games (with Java applets coming distant second), though Flash is not supported on many mobile devices (specifically, any running Apple’s iOS) and is also rather heavy on hardware requirements. Also with the upcoming release of an operating system which completely depends on the Internet for its applications and data storage (Chromium OS) we are very excited about being able to develop games for these type of mobile devices.

Comments