ultrazool,
@ultrazool@mastodon.scot avatar

Using prompts to get more fluent on the virtual retrocomputer. This started life as a 3D swirl of sine waves and ended flattened into many of these kaleidoscope mandalas. The loop's very simple, you can tweak some parameters but i like this one.

https://tic80.com/play?cart=3686

particles aren't real

A swirling sort of kaleidoscopre pattern superimposed on a circle, in a circular palette of blue/yellow/orange colours

ultrazool,
@ultrazool@mastodon.scot avatar
ultrazool,
@ultrazool@mastodon.scot avatar

Simplest piece for

Iterate through the 24 bit colour space and write the same rgb values to each memory slot in the 's 16-colour palette, once per frame. No drawing, no palette.

At 60 frames per second it will run for a few days! You could run it on a RasPi in a gallery with a label longer than the implementation

i=0k=256m=16320
function TIC()
for j=0,47,3 do
r=(i/k^2)//1%k
g=(i/k)//1%k
b=i%k
poke(m+j,r)
poke(m+j+1,g)
poke(m+j+2,b)
end
i=i+1
if i>k^3 then
i=0
end end

An animated gif of the tic-80 running the code described in the post. The editor mode shows for a few seconds, then the screen turns blue in preparation for spending the next 77 hours cycling through 24 bit colour space

ultrazool,
@ultrazool@mastodon.scot avatar

For "Droste effect", a in a gallery displays itself displaying the code from , recursively until we run out of pixels. Each copy of it looks further into the future of colour space

I learned to use the sprite editor and write to parts of the palette that the sprites aren't using

A pixelated display showing a TIC80 virtual console displaying an artwork with a label longer than its source code. The background slowly iterates through a 24 bit colour space (starts blue) On the screen of the tic80 is a miniaturised version of the display describe above, but showing colours further into the red area, and so on recursively until we run out of pixels

ultrazool,
@ultrazool@mastodon.scot avatar

For "Pixels" a generator for the traditional embroidery of Siwa Oasis

The symbols are hand drawn at 32 or 16 pixel squares in the TIC-80's "sprite sheet" and then picked for re-use with math.random; a couple of values in the palette map are also swapped at random. Generates one image per run, video shows hitting Ctrl-R over and over

Nothing needs to be algorithmically complex, swooshily involved, or technically impressive, as long as you like it,

https://tic80.com/play?cart=3688

A short pixelated video of repeatedly running the TIC80 program that generates a single screen of Siwan embroidery. Slightly wobbly hand drawn mystical symbols change at random on either a black or white background

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • GTA5RPClips
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • Durango
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • ngwrru68w68
  • kavyap
  • tacticalgear
  • ethstaker
  • JUstTest
  • InstantRegret
  • Leos
  • normalnudes
  • everett
  • khanakhh
  • osvaldo12
  • cisconetworking
  • modclub
  • anitta
  • tester
  • megavids
  • provamag3
  • lostlight
  • All magazines