Yann Büchau :python: on Nostr: npub134nz7…4sx9t In principle I imagine it like this (for #sdfCAD at least, which I ...
npub134nz7a5kjr6pd54lc8yj9aredmw48ulux7r26ucdn76rkr7halxsq4sx9t (npub134n…sx9t) In principle I imagine it like this (for #sdfCAD at least, which I know best):
- there's a couple of base shapes and operations which can be performed from the GUI
- every object and operations has a certain amount of degrees of freedom (size, modulating, translating, rotation, smoothness, etc.)
- these degrees of freedom translate directly into function parameters in the code and can be updated if changes happen in GUI
- code changes updating the 3D view is easy I'd say
- there's a couple of base shapes and operations which can be performed from the GUI
- every object and operations has a certain amount of degrees of freedom (size, modulating, translating, rotation, smoothness, etc.)
- these degrees of freedom translate directly into function parameters in the code and can be updated if changes happen in GUI
- code changes updating the 3D view is easy I'd say