(Stick L-System on top of Board L-System)
Inspired by viewtopic.php?f=3&t=8612, but not wanting to hijack IcarusLives' thread, here is another on the same topic. Scripts are batch/Jscript hybrids (mostly jscript).
The archive is here:http://www.mediafire.com/file/zhqk06vc1 ... s.zip/file
I'm using cmdgfx_gdi as usual to draw. However, for the non-3d version, it should be possible to use a pixel font and VT-100 escape sequences for anybody who wishes to use no external programs. There are about 20 L-Systems each for the two batch scripts.
Keys for server-lsystem-js.bat:
'Right arrow (or any other key actually)': draw next L-system
'Left arrow': draw previous L-system
'c': toggle clear screen between each L-system
'd': toggle drawing on/off (drawing is purposely slowed down by default, turn this off to draw at max speed but without seeing drawing)
'b': toggle bezier lines (single control point through screen center) instead of straight lines. Looks different and sometimes interesting (one example below of a von Koch snowflake)
'i': decrease number of iterations, redraw
'I': increase number of iterations, redraw (cannot go above default)