4
\$\begingroup\$

Any recommendations for a good isometric game engine that is also free?

  1. Should be possible to develop entirely using freely available tools (meaning: no Flash, and no I don't want to learn haXe...)
  2. Works-in-a-browser is a plus, but not required.
  3. Support for 32-bit images is required!
  4. Good performance.
  5. Excellent documentation.

I have looked at FIFE but it is still too unfinished, and the documentation sucks!

\$\endgroup\$
3
  • 6
    \$\begingroup\$ FYI: You can develop flash-games using only freely available tools: gamedev.stackexchange.com/questions/325/… \$\endgroup\$ Commented Mar 20, 2011 at 11:57
  • \$\begingroup\$ The page you linked to talks a lot about haXe. Is there a non-haXe free Flash development solution? \$\endgroup\$ Commented Mar 22, 2011 at 0:08
  • 1
    \$\begingroup\$ Yes, flashdevelop.org + Flex SDK \$\endgroup\$ Commented Mar 22, 2011 at 6:32

2 Answers 2

6
\$\begingroup\$

I have created games using as3isolib and it works really great for me. It is library for actionscript 3.0 (flash), and as bummzack said in comment, you can develop flash games using only free tools.

\$\endgroup\$
4
  • \$\begingroup\$ question states "no flash" \$\endgroup\$ Commented Mar 21, 2011 at 9:06
  • 2
    \$\begingroup\$ Only because the he thinks developing in flash is not free, but in reality Adobe offers the FLEX compiler for free, and you do not need to use flash to create assets. \$\endgroup\$ Commented Mar 21, 2011 at 15:19
  • \$\begingroup\$ The as3isolib library looks nice. Which free tools are you referring to? \$\endgroup\$ Commented Mar 22, 2011 at 0:10
  • \$\begingroup\$ Flex includes a free command line compiler for compiling Actionscript into SWF (Flash). Haxe is also free and can produce SWF. What Adobe charges for is their IDE, but you can use Flashdevelop or Emacs/Vim/Sublime instead. \$\endgroup\$ Commented Apr 19, 2012 at 2:00
2
\$\begingroup\$

There's always Unity3D for everything. ;D It supports browsers, performs excellently, and has good documentation. You could use the orthographic camera for isometric easily.

\$\endgroup\$
11
  • 4
    \$\begingroup\$ And it is super-not-isometric \$\endgroup\$ Commented Mar 20, 2011 at 16:39
  • 1
    \$\begingroup\$ 'You could use the orthographic camera for isometric easily.'. \$\endgroup\$ Commented Mar 20, 2011 at 17:09
  • 1
    \$\begingroup\$ It's still not an isometric engine :) \$\endgroup\$ Commented Mar 20, 2011 at 18:46
  • 2
    \$\begingroup\$ Not all browsers are supported. Be aware that the unity plugin is not available for a significant part of your target audience. \$\endgroup\$ Commented Mar 21, 2011 at 9:25
  • 1
    \$\begingroup\$ Unity 3d is not for making isometric games. \$\endgroup\$ Commented Jun 16, 2011 at 5:45

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.