How does libdxfrw work for reading files?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How does libdxfrw work for reading files?

fernandoc1
Hi everyone,

I'm trying to use libdxfrw to load 2D CAD designs in order to draw DXF files in a WebGL canvas.
For that, I'm going to use a novel technology called WebAssembly.
It should be interesting for the LibreCAD project to have a branch on the Web and help people create CAD designs on the browser, without the need to install software.

My first step is to understand how to use this library.

And above of all, I'm interested in contributing documentation about my findings to the community.

Many thanks,