Hacker News new | ask | show | jobs
I ported a large C++ library to the browser (github.com)
2 points by darkce 1364 days ago
2 comments

pcl.js is a Point Cloud Library (PCL) that runs in the browser, powered by Emscripten and WebAssembly. Point Cloud Library (PCL) is a standalone, large scale, open C++ project for 2D/3D image and point cloud processing.

Github: https://github.com/luoxuhai/pcl.js

... but browsers are grotesquely and absurdely massive c++ coded software you have to compile with similar c++ coded compilers...

Come on...

What is your point here? This is a point cloud library compiled to webassembly. All you seem to be saying is that browsers and compilers are written in C++, which doesn't really have anything to do with this.