superartificial / Nature-Of-Code-Open-Frameworks-Port

Most of the examples from Daniel Shiffman's Nature Of Code, ported to Open Frameworks. (Could do with some tidying up and commenting)
72 stars 15 forks source link

compiled for osx . #1

Open antimodular opened 9 years ago

antimodular commented 9 years ago

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

superartificial commented 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!