Javascript Logo interpreter
Online JavaScript Logo interpreter
some very beautiful and terse Logo examples
The following is one of my favorites from there.
Hypercube, by Frank Caggiano, U.S.:
some very beautiful and terse Logo examples
The following is one of my favorites from there.
Hypercube, by Frank Caggiano, U.S.:
repeat 8 [repeat 4 [rt 90 fd 100] bk 100 lt 45]
edit: You can also find two simple examples of mine at my repository.
You can also find two simple examples of mine:
ReplyDeletehttp://code.google.com/p/bkil-open/source/browse/trunk/volatile#volatile%2Fkoch%2Fsrc
Hey, thanks! I've copy&pasted the Hypercube and it ran fine. Though, it was mere luck that it perfectly fit on the screen. If I shrank the constant, the resulting figure was tiny and if I enlarged it, the drawing wrapped around. I guess you could pre-run the script to arrive at approximate extents for the animation.
ReplyDeleteTry https://vrmath2.net/content/hypercube-tesseract
ReplyDeleteBecause this is 3D Logo, so the logo program has some 3D commands that are not standard Logo.
Thank you for the feedback. Could you give a hint as to which interpreter is needed to execute that script?
Delete