Getting started (with web)
Nextspace provides two web libraries through NPM.
- One provides communication with the Nextspace API.
- One handles rendering Nextspace data through CesiumJS.
It is best to know upfront what your requirements are as the process of integration for these libraries may cause you problems down the line in your development.
We have found that ensuring the two Nextspace libraries, and the CesiumJS one all work together can be a tricky one.
In the sidebar to the left you can pick if you're after a React or a no-framework solution. We use React for our web navigator so that is where you will receive the best support.
If you have a different framework such as Angular we recommend you look at the React examples to try figure out your own implementation.
Render example
Below is a basic example on how to render a Nextspace Project View so that you can see how the libraries work before you start integrating them into your own project.