by Burningmace (1 Submission)
Category: Graphics
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)

This program demonstrates the use of an array of particles with a very basic physics engine to make a nice looking fountain effect.
It uses very simple graphics (PSet), no fancy DirectX or even any BitBlt. Great for beginners.
Features:
* Smooth, efficient running
* Change particle spawning at runtime
* Instant Particle Respawning (IPR)
Changes from v1.1 to v1.2:
* Fixed Exit button (forgot to code it last time, doh!)
* Added draw width controls (How large each pixel is)
* Added Auto Redraw option (Decreases flicker, but decreases performance)
Side Effects
On very low spec systems, the OS might lag a bit whilst the program is running. To fix this, set LowSpecs to true in the modFountain module.