DXF Explorer is a tool I made to help analyse the .dxf file format.
It's a format very widely used in CAD software, the documentation however is of course terrible.
While human readable, it's also incredibly cumbersome to navigate in a text editor.
The tool parses DXF files on a relatively high level and presents it in a way that is much better to work with.
It is mainly intended for devs that have to write code that is reading/writing DXF.
I wrote it as an ImGui app compiled to WebAssembly. Data gets processed 100% client side.