New Version of my LSystems library (version-0.7.1) available
in
Library and Tool Development
•
2 years ago
I've just uploaded the latest version of my
LSystem Utilities library. A new feature is a very restricted sine/cosine lookup table, (with a precision of 1 degree) based on an idea from
wikipedia. Only sine values for one quadrant are calculated and stored the remaining quadrants and cosine are derived from those values, copes with negative angles by use of an idea from toxis lookup table (if we'd been using python or ruby for example we could just have use % to return the 360 complement).
I've posted an example using the new feature at openprocessing.
I mention the python because I've been dabbling a bit with pyprocessing, a pure python, partial implementation of processing based on pyglet, looks quite promising.