nature-of-code / noc-examples-processing

Repository for example code from The Nature of Code book
MIT License
2.56k stars 951 forks source link

openFrameworks port of the examples #32

Closed madc closed 10 years ago

madc commented 11 years ago

Hey,

the structure of this repo lets me assume, that it is planned to add ports of the examples in different languages.

I just took care of porting chapter 4 to openFrameworks yesterday and would like to share my findings. So i was wondering, if a PR would be appreciated here.

Doing a bit of research, i found that @firmread and @emmanuelgeoffray have already started rewriting chapter 1, 2, 3 and 6 in openFrameworks. Maybe they would contribute their code too.

best, /m

shiffman commented 11 years ago

This is a good question. At first I had thought that I would accept pull requests to bring in examples to this repo, but I am not sure if the examples are best left in separate repos and then I will add links from the readme here to ports. I am thinking this is best because (a) there may be multiple ports and (b) people may not want to clone a giant repo with examples from a zillion environments.

Ok, will leave this issue open until I update readme with info and links.

Also open to other ideas.

madc commented 11 years ago

I see your point in keeping the repo small. Would have been great to have one place (i.e. this repo) to discuss the oF code tough.

I put my code into a PR to the repo of @firmread, if someone is interested in haveing a look at it.

shiffman commented 11 years ago

using this issue to track some links i'll include, this is a good one

http://www.iamnayr.com/tutorials/learn-cinder-tutorial-part-1/

shiffman commented 10 years ago

closing this, continuing discussion in #9