aabtop / reify

Reify lets you embed a customized TypeScript runtime within a C++ application.
MIT License
6 stars 0 forks source link

Design an interactive workflow for Hypo. #15

Closed aabtop closed 3 years ago

aabtop commented 4 years ago

As a command line utility function, Hypo leaves a lot to be desired. It's a tool for creating visual elements, but it does not contain any support for actually visualizing its results. It would be essential to have a 2D/3D viewing environment to enable a fast workflow for developing something. This is something that OpenSCAD has done very well with in that it sets up an editor and a viewer side-by-side for fast iteration.