Hello everyone! I'm finally done building Spyrographs 2.0 and it ready for release!!! For those of you that have seen and liked Project Spyrographs, this one is even more polyvalent and is far more consistent in its drawing methods! Unlike the first thought, Spyrographs 2.0 does not have a GUI... it works with a programing language I made up! Also, this one does not show the drawing process unlike the previous one, and is a lot faster to see changes and modify your creations.
Basically, all the functions are called via the command prompt, and each of them are explained in the "word 97" file included in the ziped folder. You should have it opened along with the program to figure it out. There are only 16 functions to know! The command prompt as been built in a "dummy proof" manner which forces correct syntax to be inputed, and also, its completely syntax highlighted for readability!
Also, there is a random[number] function not mentioned in the text file which will set and draw random spyrograph for you, the number being how many of them. I advise playing with it to try and get decent results, since its not perfect...
Also, I made some spyrographs myself using my tool and put them in the zip folder as demos. You can load them with the "load[name]" function. You can also save your own using the "save[name]" function!!!
INTERESTING FACT: This program was built using only 2 actors!!! Both of them are canvas actors too! One for the spyrographs, and one for the command prompt! So how did I do the text? It's completly code rendered! In fact, there are no premade graphics in this project, everything is drawn by codes! (using putpixel(); and erase();)
ALSO, I will reward everyone that posts a "Spyrograph 2.0 File" with screenshot of what it draws with 2 pts! Only one time per person though, since I must prevent abuse... You are free to post however many you want, but the 2 points is only given once per person.
Enjoy! And please do post!
--pyro