logoalt Hacker News

Show HN: AdaShape-3D modeler for intuitive 3D printing parts / Windows 11

26 pointsby fslothlast Saturday at 12:33 PM18 commentsview on HN

I've spent the last years obsessed with a sideproject to build a humanistic 3D modeler for desktop.

By humanistic I mean a tool that stays out of your way, instead of requiring the user to learn both a complex UX surface as well as a complex theoretical basis before being able to model effectively. The GUI is uncrowded and the modeling affordances are only those which are intuitive to present to the user. Which is sort of backwards compared to most CAD packages where the technical complexity takes the front stage. Here the hierarchy is intentionally reversed.

This is still in alpha-stage, but the features are mature enough for feedback and experimentation.

TinkerCAD is actually what comes philosophically closest to this, but it's hobbled either by Autodesk's strategy or by technical limitation to be a really good tool beyond certain complexity.

The ambition here eventually is to provide a tool that has same intuitive capability as building Lego bricks, while not compromising on engineering qualities.

The main intent is to make extrusion based modeling operations super easy, to offer robust STL and STEP import and allow complex modeling via boolean operations.

The modeling logic is parametric and volume based - the surface presentation is always a discretized water tight triangle mesh.

This is the clearest philosophical differentiator to traditional CAD/CAM packages - or visual editors like Blender. Rather than force the user to nurse surface topology at every stage, the modeler will only permit those operations that result in a correct output.

This is not an SDF (signed distance field) modeler. The domain model is fully based on parametric analytic shapes. This means the tessellation is crisp and specific.

The modeling data is immutable and serialized to disk while modeling. For the user this gives a perfect undo and zero data loss.

It's built for efficiency first - my test workhorse is a Thinkpad T14 Gen 2 i5 with an integrated gpu.

It's not supposed to be a replacement for complex surface design tools like Fusion 360 or sculpting software like Nomad Sculpt or Z Brush.

You can find a review of current features in the youtube playlist linked below [0] and the link to the latest alpha 0.1.7 download from the homepage [1]. The test binary is provided via github release [2] but this is not an open source project.

I know some people hate videos over reading and I'm one of you but I don't really have bandwidth to both develop features and write good instruction copy.

[0] https://www.youtube.com/playlist?list=PLCOf_M8a2MZJqgKXgjod2...

[1] https://adashape.com

[2] https://github.com/AdaShape/adashape-open-testing/releases/t...


Comments

WillAdamstoday at 12:01 PM

As a person who has crashed and burned with every. single. traditional 3D CAD tool (the only things I've been successful w/ are programmatic, so OpenSCAD and its ilk), this is _very_ interesting to me.

I am esp. grateful for:

https://github.com/AdaShape/adashape-open-testing/releases/d...

(given that I shelled out for the _FreeCAD Beginner's Handbook_ 'cause it had Version 1.1 prominently on the cover but the instructions have one download "v1.0 or later" and all the screen grabs are for 1.0 and the wiki is replete with pages tagged "This page needs to be updated for 1.1" or words to that effect).

I've been working on documenting a 2D program (for my employer and as part of a side project): https://willadams.gitbook.io/design-into-3d/2d-drawing and if this is a good fit, will gladly pitch in using this for 3D.

show 1 reply
evanbabaalloslast Saturday at 1:28 PM

This is seriously impressive. You can tell how much thought and intention went into the philosophy behind it

show 1 reply
sirjaztoday at 12:37 PM

Great job, these are the apps we need to see. Native Windows apps.

show 1 reply
IshKebabtoday at 10:08 AM

This could be neat for schools and absolute beginners I guess. But I think the "basic shapes + booleans" workflow is going to be much more annoying than "sketch + extrude" that you see in almost every other parametric CAD program.

show 1 reply
0xy4shtoday at 11:31 AM

damn interesting