Wednesday, March 20, 2024

💡 DRAW Shapes: Capsules

I've been on this kick lately using DRAW statements for creating shapes that might normally be created with trig functions.

This simple program demonstrates how to create a capsule shape.









No comments:

Post a Comment

📚 TIP: Exporting a BAM Program for Embedding as an App in Web Pages

Say we have written an analog clock program, and we want to show that clock on a Web Page. Here is a QB64 program by b+ ported to BAM: Run t...