OpenSCAD: Difference between revisions

From Game Making Tools Wiki
(Added some resource links)
(fixing category typo)
Line 8: Line 8:
| exports      = .AMF, .CSG, DXF,<br>.OFF, .STL, .SVG
| exports      = .AMF, .CSG, DXF,<br>.OFF, .STL, .SVG
}}
}}
'''OpenSCAD''' is a [[Glossary:Main_Page#Primitives|primitives]]-based modelling program, where the models are made and maipulated by programming only.
'''OpenSCAD''' is a [[Glossary:Main_Page#Primitives|primitives]]-based modeling program, where the models are made and maipulated 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 24: Line 24:
* [[Guide:OpenSCAD|OpenSCAD]] in the guides section.
* [[Guide:OpenSCAD|OpenSCAD]] in the guides section.


[[Category:3-D]][[Category:Graphics]][[Category:3-D_Modelling]]
[[Category:3-D]][[Category:Graphics]][[Category:3-D_Modeling]]
[[Category:BSD]][[Category:Linux]][[Category:Mac OS]][[Category:Windows]]
[[Category:BSD]][[Category:Linux]][[Category:Mac OS]][[Category:Windows]]
[[Category:Open-Source]]
[[Category:Open-Source]]

Revision as of 12:54, 28 June 2018

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 modeling program, where the models are made and maipulated 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:

Links