Skip to content

5l1v3r1/demo-2

 
 

Repository files navigation

Project status

Project is deprecated, please follow new one improved: https://github.com/reinterpretcat/utymap

Description

In short, ASM is an engine for building real city environment dynamically using OSM data. It includes:

  • rendering of different models (e.g. buildings, roads, parks, rivers, POI, etc.) using OSM data for given location on the fly by terrain tiling approach.
  • easy customization of rendered models using mapcss file and custom behaviours.
  • modification of city environment (terrain craters, corrupt buildings, etc..).
  • non-flat terrain with Data Elevation Model (SRTM) files.
  • fast 2D overview mode for large area.
  • multiplayer (by Unity Network API).
  • filling environment with people, cars, animals... (not started)

The engine can be used to build different 3D-games (like car simulations or GTA 2/3 ) or some map tools (target is mobile devices). Web demo build can be found here. More info will be published at github pages.

Demo scenes

Demo project contains the following scenes in Assets\Scenes folder:
  • SimpleMap2D scene loads 2D map of large area with low detail terrain and allows you to skip the certain objects (e.g. buildings, trees) using MapCSS rules for different zoom levels. You can also pan/zoom map.
  • SimpleMap3D scene loads one tile with all details (full detail terrain, buildings, trees) and adjusted tiles with low level of details. You can walk and interact with environment: modify facade of building, make craters. Tiles will be loaded/unloaded automatically.
  • GpsTracking scene demonstrates how to work with Location Services (e.g. GPS). Nmea file is used as GPS signal source to simulate movement.
  • Customization scene demonstrates how to add custom objects to the map or/and extend their behaviour.
  • GuiEditor scene demonstrates several features: map editor (create new map object such as buildings, barriers, trees; adjust terrain height), current address resolution (detects where you are), dynamic switch between 2D/3D maps (2D map shows larger area). You may find video which shows this scene above.

Note

This repository contains demo application which is built using ActionStreetMap framework (ASM) for Unity Editor platform (with UNITY_EDITOR compilation symbols). For other platforms, you need different binaries which are not committed yet.

Screenshots

Contacts

In case of any questions, don't hesitate to ask me.

About

Demo application which is built using ActionStreetMap framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 70.7%
  • JavaScript 28.6%
  • GLSL 0.7%