[tw5] The Spheres program

One of the things I’m working on lately involves interaction between a TiddlyWiki instance and a running BASIC program embedded in TiddlyWiki.

Although I don’t have that kind of interaction built into this BASIC program, I’m thinking that could be cool to dynamically adjust the parameters of the program (via TiddlyWiki) as the program is running.

A ton of BASIC code out there that could be enhanced with TiddlyWiki goodness …

2 Likes

Oops, bad copy/paste job, as all of those links go to my blog entry about this.

Direct links:
https://basicanywheremachine.neocities.org/sample_programs/Spheres.run.html
https://basicanywheremachine.neocities.org/sample_programs/Spheres.bas.html

3 Likes

Man, some easy to get sucked into mindless playing around with colors…

spheres.png

This is definitely of interest. When first working with javascript with svgs, I first ran them as external html files which I iframed into TW. Although, they couldn’t communicate with TW, I could run the scripts for their functionality within the iframe in TW.