This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
jscad_design_guide [2018/02/10 11:42] z3dev |
jscad_design_guide [2018/03/21 00:31] (current) z3dev |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Design Guide ====== | ====== Design Guide ====== | ||
- | In general, designs are written using the JavaScript language. Training and help about JavaScript can be found online. | + | Creating a new JSCAD design starts by writing simple scripts which call functions to create and manipulate shapes. In general, JSCAD designs are written using the JavaScript language. |
- | Creating a new design starts by writing simple scripts which call functions to create and manipulate shapes. JSCAD executes the script, and renders the design for viewing. | + | //[[https://www.w3schools.com/js/default.asp|Find out more about JavaScript at w3schools]]// |
+ | |||
+ | The JSCAD suite of applications executes the script, generates shapes, applies transforms, performs operations, and renders the design for viewing. | ||
{{page>design_guide_anatomy}} | {{page>design_guide_anatomy}} | ||
+ | {{page>design_guide_3d_primitives}} | ||
+ | |||
+ | {{page>design_guide_2d_primitives}} | ||
+ | |||
+ | {{page>design_guide_transforms}} | ||
+ | |||
+ | {{page>design_guide_operations}} | ||
+ | |||
+ | {{page>design_guide_conversions}} | ||
+ | |||
+ | {{page>design_guide_attributes}} |