ajstarks / decksh

decksh implements a domain-specific scripting language for presentations, visualizations, and information displays
Other
59 stars 2 forks source link

dxf input #5

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago

Wondering what would be best way to use DXF input.

Was thinking of a double conversion of DXF to some vector format that Decksh already supports. There are various golang DXF converters around.

This would allow 2D and 3D to use Deck for the Layout aspects. Quite a valuable use case as there are tons of 3D cad systems and they ALL output DXF for their Sections, Plans, Elevation in 3D and 2D but they need a Layout system like Deck to add annotations, title marks, etc etc . TO be clear the 3D DXF is actually 2D Section in DXF and so its exactly like 2D DXF.

If you have any ideas @ajstarks :)

gedw99 commented 1 year ago

I got DXF to SVG working as SVG is a standard Vector format.

But i cant see any ability to use SVG as a input for dsh.