Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Alternative to Google SketchUp for quick sketches?

+3
−1

Google SketchUp used to be very popular among amateur "builders" - people would use it to design woodworking projects, 3D printer models, house renovations and so forth. The main strength was that it has a simple and intuitive interface that does just enough for an amateur who simply wants to have their idea sketched out on paper. It did not have advanced CAD features that are mostly helpful to professionals working on complex projects in large teams, which kept the learning curve gentle.

It seems that recently SketchUp was purchased from Google by another company, that wants to charge for the "pro" license and made the free version web-only.

Is there a good free replacement for SketchUp that fills the same niche?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+2
−0

I know three options:

  • Blender - generic 3D modeling software. Very powerful, with many features and large community. A few years ago it used to be notorious for its steep learning curve. It is probably overkill for sketching out simple projects, but has the advantage in that if you do learn it, at least it is a healthy program with a lot of developers contributing it.
  • FreeCAD - a FOSS CAD program that aims to provide similar functions to AutoCAD. A lot of support for parametric design where shapes are described in terms of mathematical or geometrical functions (extrusions, revolutions, set operations rather than directly manipulating vertices). The documentation can be spotty and it is sometimes hard to get help online. Does not have much support for texturing and other aesthetic effects.
  • OpenSCAD - uses a programming language to define objects in a procedural matter. The program then runs such scripts to render a scene. Quite a bit simpler than FreeCAD, but also even more invested in the procedural model over WYSIWYG.

Notably, it is also possible to obtain old versions of SketchUp and run them: https://jayscustomcreations.com/sketchup/

I don't think any of these options are sufficient to answer the question stated, but I'm adding them here because they're better than nothing.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »