nature-of-code / noc-book

The Nature of Code book (archived repo, see README for new repo / build system!)
http://natureofcode.com
1.94k stars 365 forks source link

4.13 live sketches not working #106

Closed javl closed 5 years ago

javl commented 8 years ago

The two sketches at the start of 4.13 Image Textures and Additive Blending do not show. I think this is because of the missing image file used for the particle effects: http://natureofcode.com/book/chapter-4-particle-systems/processingjs/chapter04/_4_08_ParticleSystemSmoke/data/texture.png

The file does seem to exist in the repo, at https://github.com/shiffman/The-Nature-of-Code/blob/master/noc_html/processingjs/chapter04/_4_08_ParticleSystemSmoke/data/texture.png

shiffman commented 5 years ago

This will change once the new build system with p5.js is in place.