arbertrary / PotreeDesktopWS

Desktop version of Potree (with websocket api)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A desktop/portable version of the web-based point cloud viewer Potree, thanks to Electron.

  • This version allows you to load converted point clouds from your hard disc or USB drive. It's also portable so you can put your models together with the viewer on a USB drive and open it wherever you go.
  • It's only been tested on windows at the moment. It may not work on other systems or you may only be able to use it on the same Operating System that you've initially built it on.
  • Modify index.html to change which point cloud should be loaded by default.
  • You can also drag&drop cloud.js files into the window to add point clouds to the scene.
  • This desktop version is in a prototype state and as such it may be a bit awkward to use at times. In order to reset the viewer, you'll have to click "window->reload".

LICENSE

  • BSD 2-clause license. (free to use, preservation of copyright notice/attribute when redistributing)

Getting Started

  • Install Node.js
  • Execute PotreeDesktop.bat
  • Drag and Drop a las or laz file to convert and load it.
  • Drag and Drop a previously converted point cloud to load it.

About

Desktop version of Potree (with websocket api)

License:Other


Languages

Language:JavaScript 99.3%Language:HTML 0.4%Language:CSS 0.3%Language:Starlark 0.0%Language:PHP 0.0%Language:Batchfile 0.0%