Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 782 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 782 Bytes

Retrofire

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.

Technical Profile

This application is based on Electron, Angular frameworks. Main viewer is based on three.js.

Usage

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

Screenshots