Jump to content

cameni

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by cameni

  1. cameni

    Game Engines!

    That's a common misconception: procedural doesn't mean random. It's still strongly deterministic and doesn't depend on anything changing in time and in between computers.
  2. cameni

    Game Engines!

    We are close to releasing a tech demo and a pre-release of our demo game. But it it's not yet going to be released as an engine, as we have to develop the APIs and a SDK for it yet. We want to evolve the developer support through the game modding first, then growing it to a sim/game platform in an indie-dev friendly way. It's programmed in C++, UI is done via embedded Chromium browser in html+javascript.
  3. cameni

    Game Engines!

    Actually, the engine is different from most of other procedural engines in that it uses satellite height data for the terrain, further refined down to centimeter details. It's a real world location shown in the above video. It does not use satellite imagery though, because that's not automatically refineable - can't easily add detail to it, unlike with the height info. However, it can use other data (essentially land class style info) to seed the procedural generation in a way that will enable you to match the look of the terrain without the effect of civilization. Atop of that you then use vector data defining how the civilization changes the nature (roads, fields&pastures, later also urban areas). So, while it doesn't let you use the imagery directly, and you'd have to vectorize it first, once you do so it will bring you a consistent level of detail down to the ground level. Also, the engine tries to do everything graphics-related on the GPU, leaving CPU for simulation and game code.
×
×
  • Create New...