OpenSCAD: Difference between revisions

From Game Making Tools Wiki
(Created page with "{{ infobox_assetsoftware | title = OpenSCAD | image = 220px|left | release_date = Current | made_by = | runs_on = :Catego...")
 
(Added some resource links)
Line 13: Line 13:


I've been finding it much more fun to play with than [[Blender]] :(
I've been finding it much more fun to play with than [[Blender]] :(
==Resources==
Dumpin' some links:
* [https://github.com/davidson16807/relativity.scad The OpenSCAD General Library of Relativity]] - effect [[Glossary:Main_Page#Primitives|primitives]] is relation to others.
* [https://github.com/openscad/scad-utils Utility libraries for OpenSCAD]
* [https://github.com/openscad/list-comprehension-demos list-comprehension-demos] Bunch of new tricks.


==Links==
==Links==
* [http://www.openscad.org/ openscad.org] - Website.
* [http://www.openscad.org/ openscad.org] - Website.
* [[Guide:OpenSCAD|OpenSCAD]] in the guides section.


[[Category:3-D]][[Category:Graphics]][[Category:3-D_Modelling]]
[[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]]

Revision as of 16:24, 25 February 2017

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 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