• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 27th, 2023

help-circle
  • I think it depends greatly on your preferred workflow and what you plan to model. Parametric drafting like fusion involves creating dimensioned and constrained sketches and manipulating them. Where direct modeling like blender or plasticity is more like painting in 3D

    You wouldn’t create a figurine using parametric tools as all the fine detail would be impossible to constrain. At the same time a precise gear that needs to mesh would be difficult to model in a direct modeling tool as it’s difficult to make the precise teeth







  • As others mentioned it would to know what you plan to use the workspace for.

    If it’s general configuration management and coding (text editing) an alternative to something like guacamole/rdp/vnc would be to use VsCode remotely over SSH. This lets you run code’s UI on a local machine but open and operate on remote files with little overhead. The other option is always ssh + tmux + vim, which is really lightweight, but probably harder to learn.

    While remote desktop solutions work (like guacamole) they can introduce a fair amount of input latency which can be awkward.