Welcome

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

ssr1
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]))

PLaSM is Free Software and may be distributed under GNU LGPL