This project aims at exposing code to develop a web-based lidar viewer.
This project was bootstrapped with Create React App. It is based on three.js
, more specifically three-full
.
First, clone the repository:
git clone [email protected]:AlexandreSi/lidar-viewer.git && cd lidar-viewer
Note: It might take time as it downloads the .las
file as well.
Then install the node modules:
yarn install
Finally, launch the app:
yarn start
And navigate to http://localhost:3000/!