Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
1–10 of 35 posts
Re: Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
#2Is it normal in the states? And is it full of cool projects?
Re: Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
#3Re: Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
#4From a programmer's perspective, you can think of Cuttle as a direct manipulation vector editor (like Inkscape or Adobe Illustrator) that can be driven with parameters and JS code where you need it.
Unlike my previous research projects, this is a commercial startup mostly catering to laser cutting small businesses, though you can use it for anything where you want a 2D vector editor + some programmatic capabilities.
I'll try to answer questions that come up in this HN thread.
Thank you for sharing your work Hannah! Very cool stuff!
Re: Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
#5What do they mean by "create 5 free projects"? Will they laser-cut it for you and send it to you by mail?
We don't laser cut anything for you. You can download your project as an SVG file (or DXF, etc) which you can then send to a laser cutter hooked up to your computer.
The product is designed for people who have access to a laser cutter, e.g. at home or at a makerspace.
Re: Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
#6Re: Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
#7I am one of the creators of Cuttle. It stems from my research building direct manipulation + programming environments like http://recursivedrawing.com/ and http://aprt.us/ From a programmer's perspective, you can think of Cuttle as a direct manipulation vector editor (like Inkscape or Adobe Illustrator) that can be driven with parameters and JS code where you need it. Unlike my previous research projects, this is a c…
Re: Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
#8What do they mean by "create 5 free projects"? Will they laser-cut it for you and send it to you by mail?
On a free account you can create up to 5 projects in the Cuttle Editor (and you can delete them if you want to create more...) We don't laser cut anything for you. You can download your project as an SVG file (or DXF, etc) which you can then send to a laser cutter hooked up to your computer. The product is designed for people who have access to a laser cutter, e.g. at home or at a makerspace.
Re: Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
#9I am one of the creators of Cuttle. It stems from my research building direct manipulation + programming environments like http://recursivedrawing.com/ and http://aprt.us/ From a programmer's perspective, you can think of Cuttle as a direct manipulation vector editor (like Inkscape or Adobe Illustrator) that can be driven with parameters and JS code where you need it. Unlike my previous research projects, this is a c…
I'm mainly curious whether the concepts in Cuttle could be exposed as plugins in Inkscape, or as a standalone application written in Qt-Python.
At the same time you can do arbitrary “drawing” with a bezier pen tool and move/transform shapes. In this case you are essentially using the canvas drag-and-drop to manipulate literals in the program.
But fundamentally a Cuttle project is a program and the Cuttle Editor is an IDE that looks like a vector editor on the surface.
Because of this I’m not sure how much of Cuttle could be grafted onto a program whose architecture is more rooted as an editor of static vector graphics. I do know that Inkscape has some “live effects” which are similar to Cuttle’s “live” modifiers.
If you are interested in Cuttle’s architecture, I did a one hour walkthrough on this interview, https://www.youtube.com/watch?v=2el-85vG-IU
Re: Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastin
#10I am one of the creators of Cuttle. It stems from my research building direct manipulation + programming environments like http://recursivedrawing.com/ and http://aprt.us/ From a programmer's perspective, you can think of Cuttle as a direct manipulation vector editor (like Inkscape or Adobe Illustrator) that can be driven with parameters and JS code where you need it. Unlike my previous research projects, this is a c…