Remix.run Logo
bschwindHN 3 hours ago

> I mean I'll be honest, it's still a car crash of a program

I'm glad you said that so I feel a little less mean...

I gave it another try but it still feels pretty dire. FPS is bad on a macbook pro with a 120Hz screen on simple models and sketches. I explicitly selected "touchpad" as the navigation scheme, but I still can't figure out how to rotate, and even figuring out panning took me longer than almost every other 3D program out there (blender, PrusaSlicer, macos quick look STL viewer, solvespace).

It still has a splash screen and takes quite a long time to load, like an application from the 90s.

Buttons and actions that are completely irrelevant to me are shown, but disabled, which gives a really cluttered feel.

There's still "part design" and "part" benches. No idea what distinction is being drawn there.

Obviously part of this is from me being inexperienced with the tool, but as a new user all these issues add up to something that doesn't feel approachable or enjoyable to use.

Solvespace has its own issues, but at least it opens instantly and is generally a joy to use.

I'll watch some others slog through FreeCAD 1.1 though so I don't have to, and maybe I'll learn something.

fainpul 2 hours ago | parent | next [-]

> It still has a splash screen and takes quite a long time to load, like an application from the 90s.

The splash screen can be disabled and it takes 3 seconds to start on my mac. Fusion however has two splash screens (first a regular one, then one that covers the whole app window) and it takes 32 seconds to load! (to be fair, once loaded it's much better than FreeCAD).

bschwindHN 2 hours ago | parent [-]

Oh yeah, you won't find me defending Fusion. I can understand when you're loading a heavy scene or recomputing _everything_ in a complicated model, but I can't understand multi-second loading times and splash screens for loading...the start screen.

regularfry 2 hours ago | parent | prev [-]

> It still has a splash screen and takes quite a long time to load, like an application from the 90s.

Lots of it is single-threaded, which is an endless frustration on a machine with umpteen cores. Especially frustrating given that it means compute happens on the UI thread.