Wednesday, October 18, 2023

🖥 fake-voronoi-plasma (Dav's QB64 program ported to BAM)

QB64 is a performance demon.  BAM, not so much.

So I had to mod this program a fair bit as part of reducing the resolution of the screen.  As a result, the animated graph will be pretty pixelated when viewing the program full screen on large displays.




No comments:

Post a Comment

📚 TIP: PAINT: Clearing an area before painting it

Please keep this in mind when using the PAINT statement: Although painting will not go beyond a pixel coordinate with the specified area edg...