GilesBathgate / RapCAD

Rapid prototyping CAD IDE for RepRap and RepStrap 3D printing machines.
https://rapcad.org
GNU General Public License v3.0
153 stars 25 forks source link

Examples to start with #47

Open AlexDep opened 1 year ago

AlexDep commented 1 year ago

Hi, Can we add examples in a dropdown menu ? That could help with the new users.

Best, Alex

GilesBathgate commented 1 year ago

I have some examples here:

https://github.com/GilesBathgate/RapCAD/tree/master/examples

I am not really sure why they need to be integrated into the UI.

AlexDep commented 1 year ago

It's less an effort to start with. Examples are good to see what is possible when using a new software, I usually start with changing the examples to start learning.

I thought it could be a nice thing to add for user...

GilesBathgate commented 1 year ago

I think something to insert the basic primitives, and/or templates would be better.

/** difference of two solids */
difference(){
    // primitive(); // basic solid
    // primitive(); // solid to remove
}

But maybe configurable snippets and examples could also be available. I think I would put this in a side panel (in the screenshot below it shows 'project' but this would change) rather than the drop down menu.

image