discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Classes (types) for OpenSCAD?

DM
doug moen
Wed, Aug 1, 2018 11:15 AM

There are a lot of projects like this out there, embedding openscad in a
programming language.

For Scala specifically, I found
https://github.com/dzufferey/scadla/blob/master/README.md

On Wednesday, 1 August 2018, ben ben.k.horner@gmail.com wrote:

I just looked at SolidPython a bit, and will look some more.  (Seeing the
word 'right' used for positive X made me think there could be lots of stuff
I didn't like in there.)  Being based on python would mean no static type
safety right?

--
Sent from: http://forum.openscad.org/


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

There are a lot of projects like this out there, embedding openscad in a programming language. For Scala specifically, I found https://github.com/dzufferey/scadla/blob/master/README.md On Wednesday, 1 August 2018, ben <ben.k.horner@gmail.com> wrote: > I just looked at SolidPython a bit, and will look some more. (Seeing the > word 'right' used for positive X made me think there could be lots of stuff > I didn't like in there.) Being based on python would mean no static type > safety right? > > > > -- > Sent from: http://forum.openscad.org/ > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
B
ben
Thu, Aug 2, 2018 3:58 AM

That looks almost perfect, thanks very much for the link!

--
Sent from: http://forum.openscad.org/

That looks almost perfect, thanks very much for the link! -- Sent from: http://forum.openscad.org/
G
gounthar
Mon, Jul 29, 2019 6:11 PM

Those projects look really interesting.
As I'm "designing" adapters from a PCB to another PCB, from an enclosure to
a PCB, and so, I do lots of ugly work, because I don't know how to design a
beautiful but useful skeleton.
http://forum.openscad.org/file/t2607/router-support.png
In fact, I just have a few constraints (holes placement, holes sizes, a few
dimensions).
That's why I thought of generative design that could give a much better
looking adapter than what I do by myself.
That's why those tools you gave pointers to sound really great.
I'm not day-dreaming of something like  DreamCatcher
https://www.autodeskresearch.com/projects/dreamcatcher  , just thinking of
a tool that with a few constraints could generate OpenSCAD code.

--
Sent from: http://forum.openscad.org/

Those projects look really interesting. As I'm "designing" adapters from a PCB to another PCB, from an enclosure to a PCB, and so, I do lots of ugly work, because I don't know how to design a beautiful but useful skeleton. <http://forum.openscad.org/file/t2607/router-support.png> In fact, I just have a few constraints (holes placement, holes sizes, a few dimensions). That's why I thought of generative design that could give a much better looking adapter than what I do by myself. That's why those tools you gave pointers to sound really great. I'm not day-dreaming of something like DreamCatcher <https://www.autodeskresearch.com/projects/dreamcatcher> , just thinking of a tool that with a few constraints could generate OpenSCAD code. -- Sent from: http://forum.openscad.org/