Skip to content

Unity PM package for ViRGiS Server

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

ViRGIS-Team/ViRGiS

Repository files navigation

ViRGIS Project

Virtual Reality GIS in Unity

Virgis Screen Shot

Overview

ViRGIS (Virtual Reality Geospatial Information System) is intended to bring the GIS world into the VR world.

In particular, it is intended to provide ALL of these three things :

  1. The ability to load a 3D representation of a Georeferenced GIS model in a Virtual Reality world with the ability to move around the representation in an intuitive way,
  2. The ability to create entities in the representation at run-time from data located outside of the VR engine - i.e. from the “GIS world’ and using GIS formats, and
  3. The ability to add and modify entities in the representation from within the VR world in an intuitive way and for those changes to reflect seamlessly back into the GIS World.

Many of these features are currently available in various packages and initiatives currently. As far as we know, no one has implemented all three together and dedicated to 3D GIS. This is the USP of this product.

Documentation

Go to Documentation

Getting ViRGIS

ViRGiS Version is provided as a Unity Package Manager (UPM) package.

To install in a Unity Project, add the following lini into the manifest.json file:

    "com.virgis.project_ns": "https://github.com/ViRGIS-Team/Project-Namespace.git",
    "com.virgis.virgis_v2": "https://github.com/ViRGIS-Team/ViRGiS_v2.git",

For more details on creating a Unity Project from ViRGiS - see the documentation.

License

ViRGIS is copyright Runette Software Ltd and it licensed under an MIT license (see license)

Contributing

We actively welcome and encourage contributions.

For more details, see the documentation.