3D engine for an online city/country simulation game (SimCity, Civilization)
Posted
by
Dmitri
on Game Development
See other posts from Game Development
or by Dmitri
Published on 2012-03-22T22:43:34Z
Indexed on
2012/03/23
5:40 UTC
Read the original article
Hit count: 371
I want to create a browser game, in which the user can control the development of a certain region (like SimCity or Civilization).
One part of the task is rendering of the virtual world in a browser (3D or pseudo-3D). The rendering engine should
a) work in a browser and b) ideally - be compatible with mobile devices (i. e. the representation of the virtual world should be visible both on desktop computer and mobile devices with the same codebase).
Question: Which rendering engines (for SimCity-style games) fulfill aforementioned requirements (open and closed source) ?
© Game Development or respective owner