Discover the NEW version of Plasm embedded in Python as pyplasm package !!!
Enjoy the powerful generation of fully parameterized models, using either the pythonistic syntax or the classic FL syntax. DOWNLOAD EXAMPLE
After standard installation in Python, use:
from pyplasm import *
Only three general rules in order to write pyplasm code, fully embedded in Python:
1. Plasm primitives are ALL CAPS (all capital letters)
2. Higher-level functions - unusual but legal in Python. E.g: COLOR(RED)(CUBE(1))
3. Application is always unary. E.g: VIEW(CUBOID([1,4,9]))