physics-hacker / physicshacker.com

PhysicsHacker.com website
GNU General Public License v2.0
0 stars 0 forks source link

Just for fun demos: discrepancies between p5.js and processing codes #5

Open chrisorban opened 8 years ago

chrisorban commented 8 years ago

Originally the "just for fun" demos had p5.js codes that were similar to the processing codes (.pde) that you would download and tinker with. Then the p5.js codes got a lot better and no one bothered to update the .pde files. Someone needs to update the .pde files so that the behavior is very similar to the p5.js example that runs in the web browser.

Background info: Usually we run processing in the browser using processing.js. However, we can't do this with the Box2D library. The workaround is to use p5.js.