Sunday, February 23, 2025

πŸ–₯ Rotating Icosahedron

Icosahedron: I cause a head-run ???  (Yup, that's this sponge's insta-thought...)

This BAM program is a port of a QBJS program created and shared by "vince" on the QB64 Phoenix Edition forums. (πŸ”—link)

This program port was a little tricky because BAM does not have a "MapTriangle" function to create filled-in triangles.  I had to put a PAINT statement in an IF statement that checks to make sure the triangle is not so thin that PAINT does not work.



No comments:

Post a Comment

πŸ–₯ Clock ("time visualizer" design)

A clock with a little bit of a "time visualizer" vibe. Run the program View the source code