🚧 Ongoing Project 🚧
- Calling
Background(red,blue,green,alpha < 255)
does not fully cover the background to make a trailing effect even after multiple calls. It will leave a ghosting effect. - Using multiple p5js Files is as easy as adding
<script src="anotherScript.js"></script>
to the main html file.
- Relearn the basic structure of p5
- Embedded into an html to look like one page
-
Mouse Click and drag feature to launch balls - Ball trail and deleting the balls once their lifetime is over
-
Ball physics - Obstacles or options to release multiple balls at once
- Add interactive buttons to change/alter simulation
- Shift from frame/draw dependance to something more reliable for consistent viewing accross different devices
- Performance improvements where possible