Skip to content

dhlab-epfl/cityjson-ninja

 
 

Repository files navigation

ninja logo ninja

ninja is a web viewer for CityJSON files. It supports most features as described by the CityJSON specification.

ninja stands for "ninja is not just azul" to tease azul, the best macOS CityJSON viewer!

Use

Public version

You can run ninja without installation by visiting ninja.cityjson.org.

Installation

Initialize the cityjson-vue-components git submodule:

git submodule init
git submodule update

Install all dependencies:

yarn install

Compile and run for development

yarn run dev

You can visit the local version at: http://localhost:9080/dist/index.html.

Compile and run for production

yarn run build

Dependencies

ninja uses cityjson-vue-components and cityjson-threejs-loader to handle things.

Other frameworks used:

Releases

No releases published

Packages

No packages published

Languages

  • Vue 67.1%
  • JavaScript 28.4%
  • HTML 2.6%
  • Dockerfile 1.2%
  • Other 0.7%