Open antimodular opened 9 years ago
Hey just in case anyone else has the same issues I've answered this (as best I can!) where you posted on the Open Frameworks forums:
http://forum.openframeworks.cc/t/nature-of-code-converted-to-of-here/20812/9
In particular it may be confusing that these examples don't produce output:
NOC8_9Simple_L_system_sent & NOC9_1Genetic_algorithm__Evo actually don't have any output in the main window, I should have included a comment about that. They're just conceptual exercises which output in the console, but could easily be extended to produce visual output. The L system produces a new generation in the console each time you click the main window with the mouse ... also the string grows exponentially so if you do it enough times it will crash!
Feel free to ask if you have any further questions!
i forked your code and made most of these examples ran on OS X 10.10 with OF 0.8.4. but everything that contains #include did not compile.
also these examples did not have any visual output.
NOC8_9Simple_L_system_sent
NOC9_1Genetic_algorithm__Evo
NOC10_3__Neural_network_diagr