43 Followers
58 Following
93 Posts
CFDS is not in the sudoers file. This incident will be reported.
bandcamphttps://delayllama.bandcamp.com/
codepenhttps://codepen.io/thykka/
githubhttps://github.com/thykka
soundcloudsoundcloud.com/delay-llama

In this old post Carl Riis suggested generative art to the those who seek ideas for programming projects. It relies on simple libraries, provides ample opportunity to learn, and is visually rewarding.

This is more or less what we did on home computers when playing with graphics primitives in BASIC to generate nice or interesting visual patterns.

https://carlriis.com/posts/artgen

#GenerativeArt #programming #projects

An Underrated Way To Learn Programming: Generative Art

Carl Riis

This strategy copies the canvas into a buffer after the draw call, and draws the buffer into the canvas at the beginning of the draw call. The buffer is drawn with 99% alpha, which results in a smooth fade out.. But only in Firefox!

Chrome and Safari still exhibit the ugly gray trails..

I thought of modifying the canvas' imageData to achieve a smooth fade, but my fps is tanking just thinking about it 😅

Anyone got ideas on how to fade out a canvas - slowly?

The simple method is to – instead of clearing the canvas between draw calls, filling it with a transparent black rectangle. But with very low opacity settings, this leaves dark gray color areas instead of eventually fading to black.
It just looks ugly, so I tried another strategy here:

https://codepen.io/thykka/full/emOdrBB

(continued 🧵...)

#canvas #canvasapi #generativeart #creativecoding

00's screensaver

Works better in firefox; Chrome doesn't handle alpha blending properly....

The screenshots in this history of #tracker music software are activating some deep neural pathways for me. 💾🎧🎹

🔗 Reunanen, Markku. 2024. ”Trackers: The Rise, Bloom and Later Developments of a Paradigm”. *WiderScreen Ajankohtaist*a 5.8.2024.

http://widerscreen.fi/numerot/ajankohtaista/trackers-the-rise-bloom-and-later-developments-of-a-paradigm/

#demoscene #history #mediastudies #dh

Trackers: The Rise, Bloom and Later Developments of a Paradigm

I've been experimenting with stacked modulus patterns of color gradients based on Orion Gris by Vasarely. I truncated them into different size grids to see what patterns emerge. Some cool stuff happened when I converted one image to grayscale. I stumbled upon a really neat #opticalillusion. The discontinuous vertical columns of darker squares appear to be tilted left. It's cool knowing why, too, after all my recent studies. It also has a cool woven appearance.

#CreativeCoding

Optimistic Nihilism - Delay Llama's PICO-8 Mix:
https://www.youtube.com/watch?v=jWZ3jkSKxqU

Realtime version (runs in browser): https://www.lexaloffle.com/bbs/?tid=53839

#pico8 #demoscene #chiptune #kurzgesagt #retro #music

Optimistic Nihilism - Delay Llama's PICO-8 Mix

YouTube

ran into this weird bug today, has anyone seen this before? (496 bytes)

#pico8 #tweetcart #sizecoding #codeart