3D engine for an online city/country simulation game (SimCity, Civilization)
- by Dmitri
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) ?