Howard Butler wrote:
> Just a notice to let you know that I have implemented a Google Native
> Client shim for LASzip that allows it to be used as an <embed> plugin
> inside of Chrome. With my colleague Uday Verma, we have developed a
> WebGL-enabled point cloud renderer that utilizes LASzip (and LAS too,
> of course) to provide the data. This means you can open and view your
> own local LASzip files in a web browser without need for any special
> visualization software. You need the latest Chrome Canary to be able
> to run the demo, and you can find it at
>
>
http://plas.io
That was amazing!
It failed (*) when I tried to load a single tile from one of my own
projects, but when I tried the Half Dome sample I was blown away. :-)
Back in 1981 I hiked up to the (north) shoulder of Half Dome with a
friend. We slept there that night then we climbed the classic North West
Face route the next morning, I could clearly recognize our camp site
plus parts of the trail to get up there.
Its a pity about those missing coverage areas, but it still brought back
a lot of memories.
Thanks!
Terje
(*) Error! Property 'decoder' of object [object Object] is not a function
>
> Google Native Client is some neat technology that allows you to
> compile native C/C++ into sandboxed intermediate code that the
> browser can run. What had started as a question to Martin of "LASzip
> in JavaScript?" ended as small module and a little bit of software
> development effort. I only had to implement the Pepper API to allow
> LASzip to communicate objects back and forth. Once I got the hang of
> the toolchain, it was straightforward to implement. The latest code
> is checked into the LASzip repository. It is a little bit finicky to
> get going with, but you can find the hobu-nacl.sh script to provide
> you guidance on how to build it yourself if you are interested.
>
http://plas.io provides a pre-compiled and demonstration of its usage
> for those who are interested in hacking with it right away.
>
> Like LASzip, plasio is also open source. We hope that people find it
> useful enough to start contributing to it via github. A
> fully-featured, open source, web-based LiDAR viewer is much closer to
> reality, and we hope that it is interesting enough for your
> contributions.
>
> Howard
>
--
- <
Terje.M...@tmsw.no>
"almost all programming can be viewed as an exercise in caching"