Interactive (GUI) =================== These functions start a wx-based user interface. Use them when you want to inspect a design interactively or drive a compiler workflow from form controls. .. autofunction:: pyvcad_rendering.render.Render .. autofunction:: pyvcad_rendering.export.Export ``Export`` is the entry point for choosing a :doc:`compiler <../pyvcad_compilers/compilers>` and filling its options in the UI before writing output. The concrete compiler classes live in ``pyvcad_compilers``; see that page for available backends.