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.

Post History

66%
+2 −0
Q&A Alternative to Google SketchUp for quick sketches?

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 p...

posted 10mo ago by matthewsnyder‭

Answer
#1: Initial revision by user avatar matthewsnyder‭ · 2023-07-26T18:27:54Z (10 months ago)
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.