OpenSCAD precompiler in Python

I started a Python OOP precompiler for OpenSCAD's language. I found OpenSCAD to be a great solution to rendering procedurally created 3D models for 3D printing, but I work more comfortably in a postfix language (that mimics procedural ordering of actions) than in a prefix one. Plus I can add some extra features! 

https://github.com/csirmaz/openscad-py

Popular Posts