Login  Register

How does libdxfrw work for reading files?

Posted by fernandoc1 on Mar 16, 2017; 9:36pm
URL: https://forum.librecad.org/How-does-libdxfrw-work-for-reading-files-tp5714726.html

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,