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

revisit particle system examples and use of "origin" #24

Open shiffman opened 11 years ago

shiffman commented 11 years ago

the ParticleSystem classes having an enforced origin where particles begin is limiting and confusing to students.

arastogi1997 commented 7 years ago

Pull Request #89 resolves this enhancement issue by adding mouse location as origination point for particles. If this is acceptable, I'll change for other examples too. Let me know if this is not what you exactly wanted, I'll happily put enhancement. Thank You for your excellent work. :)