Area programmer laments designers don’t use the same tools he does
1–10 of 63 posts
Re: Area programmer laments designers don’t use the same tools he does
#2Representing the OpenSCAD code as a tree you can fairly readily edit next to the renderer would help. Being able to click on something and have it pull up all the relevant nodes regarding that element for editing would be a huge help. Then of course the next step is being able to drag and get context menus for things like bolt circles or other kinds of symmetry.
FreeCAD doesn't really cut it when it comes to trying to do these kinds of things, in my opinion.
Re: Area programmer laments designers don’t use the same tools he does
#3Re: Area programmer laments designers don’t use the same tools he does
#4I am confused about the title. What is "Area"?
(which itself, is a takeoff on thousands of "Area man/woman does X" type headlines in local newspapers everywhere.)
Re: Area programmer laments designers don’t use the same tools he does
#5I am confused about the title. What is "Area"?
"Area Man Experimented With Sex Back In College"
"Lunch Barely Misses Area Man's Vital Organs"
"Area Facebook User Incredibly Stupid"
Re: Area programmer laments designers don’t use the same tools he does
#6I couldn't agree more with this. I have actually been looking at writing a CAM program that uses OpenSCAD (and perhaps the python bindings to it) in order to generate gcode for machining. It would work great for me, but probably less so for the guys in the shop. Representing the OpenSCAD code as a tree you can fairly readily edit next to the renderer would help. Being able to click on something and have it pull up al…
I currently use MeshCAM for this and have thought about writing something several times (usually while fuming.)
Re: Area programmer laments designers don’t use the same tools he does
#7I am confused about the title. What is "Area"?
It's a riff on a common type of onion headline: e.g: http://www.theonion.com/articles/area-man-experimented-with-... (which itself, is a takeoff on thousands of "Area man/woman does X" type headlines in local newspapers everywhere.)
HN Reader Lament^s ^That Authors Don't Follow Basic Rules of Grammar
Re: Area programmer laments designers don’t use the same tools he does
#8This exactly describes web development on the Microsoft stack using Visual Source Safe. I don't know if that product exists anymore or still works the same way but the frustration with it is what drove the popularity of Subversion and then later Git.
Re: Area programmer laments designers don’t use the same tools he does
#9It'd be nice to have tools that make this easy. Though I'm honestly surprised more people don't do it anyhow.
Re: Area programmer laments designers don’t use the same tools he does
#10This is now vim-emacs level zealotry. There are workflows which gasp do not mesh well with github. github issues/PRs have almost no metadata and absolutely none that the issue submitter can set.