This is a point cloud processing software, designed for simple, silly point cloud operations, i.e. viewing, cropping, etc.
It currently supports ASCII point clouds (i.e. ptx, pts, xyz) only. Other formats are waiting for development.
This application is based on Electron, Angular frameworks. Main viewer is based on three.js.
Build for Mac:
$ npm i
$ npm run build:mac
Then it can be found under ./release-builds.
Other build method can be found here.
Developing:
$ npm run dev