Hi everyone,
I’m not sure if it is legitimate but I’d like to take the chance here to share a new typescript/javascript library Open3d, which is a basic 3d library that contains functionalities of vectors / matrices / lines / planes / intersections. The API is inspired by Rhino3dm but has additionally types because it is written natively in typescript.
It is not a substitution of Rhino3dm.js but it’s a lightweight package that helps with basic but cumbersome 3d calculations (like find a closest point on a plane or do a line line intersection or even a point to point distance). This might be helpful when you start a simple web application that just needs some flavor of 3d.
I hope you find it useful!
Best,
Chen