Thursday, September 28, 2023

🖥 Four-Pointed SineWavy Thing

A QB64 program by bplus (a mod to vince's mod to bplus' program?), ported to BAM with mods to improve performance.

QB64 is blazzingly (the programs are compiled), so I had to but the screen resolution by half for the BAM version to have comfortable performance.

This BAM program created with, and exported from, the development version of BASIC Anywhere Machine, which doubles the speed of the CIRCLE statement and includes "Rgba" statement include libraries.






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...