This program is a port (and very minor mod) of a QB64 program by bplus. The program by bplus is a port and mod of a ZBASIC program.
BASIC Anywhere Machine - Happenings
Saturday, March 8, 2025
Saturday, March 1, 2025
π₯ Isometric Bouncing Ball Sim
This program is a port and mod of a QB64 program by b+, that program being a port and mod of a BASIC program by "Claude."
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.
Friday, February 21, 2025
π₯ "Spirographed" ellipses to create a colorful (32-bit, gradiant) spherical shape
This sample program shows how to use DRAW to create ellipses (I like to call this a "spirographing" approach.
The program generates a series of ellipses (each ellipse having an increasingly brighter shade of blue) to create a spherical object with a black to blue gradient color.
Saturday, February 15, 2025
π₯ "Spirographed" ellipses to create colorful circles
This sample program shows how to use DRAW to create ellipses (I like to call this a "spirographing" approach.
The program generates (in an animated way) a new circle every 2 seconds with a new random color palette of between 2 and 62 colors.
Friday, February 7, 2025
π₯ Geometric Thingy
This program is inspired by a little programming challenge by ZXDunny.
I wasn't in the mood to deal with math formulas, which would have made my program much more compact. So I stuck with simple/mindless programming.
The program displays the image with new random colors every four seconds or so, and uses a little bit of very simple animation as the colors get changed.
π₯ Boogie Bots
This small program, based on an MSX program by VampierMSX (found π here on YouTube) demonstrates very simplistic character-based graphics animation.
π₯ Hypnot
This program is a port (and very minor mod) of a QB64 program by bplus. The program by bplus is a port and mod of a ZBASIC program. run the...
-
This BAM program is a port, with mods, of the GW-BASIC "CALENDAR" program by Taung-Chao Lee and Benito Navarro Mtz, as found on Fa...
-
This program by Charlie Veniot is a port and mod of Ian Witham's C64 program found in this YouTube video. New colours are randomly proje...
-
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. A...