OpenSCAD: Difference between revisions
From Game Making Tools Wiki
(fixing category typo) |
m (jargon links) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
| exports = .AMF, .CSG, DXF,<br>.OFF, .STL, .SVG | | exports = .AMF, .CSG, DXF,<br>.OFF, .STL, .SVG | ||
}} | }} | ||
'''OpenSCAD''' is a | '''OpenSCAD''' is a {{jargon|Primitives|primitives}}-based modelling program, where the models are made and manipulated by programming only. | ||
That's not as tricky as it sounds! Here's a neat little guide: https://www.youtube.com/watch?v=eq5ObNeiAUw | That's not as tricky as it sounds! Here's a neat little guide: https://www.youtube.com/watch?v=eq5ObNeiAUw | ||
Line 16: | Line 16: | ||
==Resources== | ==Resources== | ||
Dumpin' some links: | Dumpin' some links: | ||
* [https://github.com/davidson16807/relativity.scad The OpenSCAD General Library of Relativity | * [https://github.com/davidson16807/relativity.scad The OpenSCAD General Library of Relativity] - effect {{jargon|Primitives|primitives}} in relation to others. | ||
* [https://github.com/openscad/scad-utils Utility libraries for OpenSCAD] | * [https://github.com/openscad/scad-utils Utility libraries for OpenSCAD] | ||
* [https://github.com/openscad/list-comprehension-demos list-comprehension-demos] Bunch of new tricks. | * [https://github.com/openscad/list-comprehension-demos list-comprehension-demos] Bunch of new tricks. | ||
==Links== | ==Links== | ||
* [ | * [https://www.openscad.org/ openscad.org] - Website. | ||
* [[Guide:OpenSCAD|OpenSCAD]] in the guides section. | * [[Guide:OpenSCAD|OpenSCAD]] in the guides section. | ||
[[Category:3-D]][[Category:Graphics]][[Category:3- | [[Category:3-D]][[Category:Graphics]][[Category:3-D_Modelling]] | ||
[[Category:BSD]][[Category:Linux]][[Category:Mac OS]][[Category:Windows]] | [[Category:BSD]][[Category:Linux]][[Category:Mac OS]][[Category:Windows]] | ||
[[Category:Open-Source]] | [[Category:Open-Source]] |
Latest revision as of 15:22, 12 October 2021
OpenSCAD | |
---|---|
Release date: | Current |
Made by: | |
Runs on: | BSD Linux Mac OS Windows |
Imports: | .CSG, .DXF, .STL, .OFF |
Exports: | .AMF, .CSG, DXF, .OFF, .STL, .SVG |
OpenSCAD is a primitives-based modelling program, where the models are made and manipulated by programming only.
That's not as tricky as it sounds! Here's a neat little guide: https://www.youtube.com/watch?v=eq5ObNeiAUw
I've been finding it much more fun to play with than Blender :(
Resources
Dumpin' some links:
- The OpenSCAD General Library of Relativity - effect primitives in relation to others.
- Utility libraries for OpenSCAD
- list-comprehension-demos Bunch of new tricks.
Links
- openscad.org - Website.
- OpenSCAD in the guides section.