prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] randomGaussian() examples #61

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by shiffman Sunday Mar 03, 2013 at 22:37 GMT Originally opened as https://github.com/processing/processing-web/issues/61


fix SmokeParticleSystem also maybe add one or two basic ones to demonstrate Gaussian distribution.

prisonerjohn commented 10 years ago

Comment by ybakos Tuesday Mar 05, 2013 at 19:56 GMT


I've fixed SmokeParticleSystem per issue #45, which will be part of a comprehensive patch / PR.

prisonerjohn commented 10 years ago

Comment by shiffman Wednesday Mar 06, 2013 at 21:47 GMT


Thanks, make sure you pull before you change anything I've started updating some of these examples as well.

prisonerjohn commented 10 years ago

Comment by shiffman Wednesday Mar 06, 2013 at 21:54 GMT


Ok, closing with https://github.com/processing/processing/commit/917eb9db836ddf0bd55e13ea7b72a09b3bc1ba1f and https://github.com/processing/processing/commit/025b3531acdd81027313397096627f3e937c34e8

@REAS I added a very basic Gaussian example, if you have an idea for a better visual demonstration, feel free to let me know: https://github.com/processing/processing/blob/master/java/examples/Basics/Math/RandomGaussian/RandomGaussian.pde