Export DXF file from OpenGL

Hi, I’m new to OpenGL and I’d like to know if there is a way to export 2D OpenGL geometries to a DXF file. I’ve been looking, but haven’t found something so far.

Thank you.

OpenGL is a rendering API. You’d need to modify the program to export the data which it sends to OpenGL as DXF.

1 Like

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.