Polar transformed slit-scan composite, Arnhem, Netherlands, May 2025
#slitscan #linescan #compositeimage #computationalart #abstractstreet #urbanphotography #streetphotography #arnhem
Genuary Day 22 - gradients. This is a reworking of the programatic structure of the day 6 sketch, with a really different way to draw the stripes. I think it's better?
Code here: https://gitlab.com/mitten-la/py5-sketches/-/tree/main/20250122
I started working on the prompt for Genuary day 6, and got quite stuck code-wise. What I thought would be easy wasn’t. Then a large chunk of LA was on fire, and I got a bit distracted. 1/x
I started working on the prompt for Genuary day 6, and got quite stuck code-wise. What I thought would be easy wasn’t. Then a large chunk of LA was on fire, and I got a bit distracted. 1/x
#ReleaseFriday (1st release cycle of 2025) — New additions & updates to https://thi.ng/genart-api, a platform-independent extensible API for browser-based computational/algorithmic/generative art projects:
- Added https://fxhash.xyz platform adapter (incl. support & adaptations for 10 of the 17 built-in GenArtAPI param types)
- Added `bigint` & `binary` data param types
- Updated parameter type definitions & factories (date, datetime, time, numlist, strlist, text, vector)
- Ensure any given default values are valid (and can be coerced)
- Added MurmurHash3 (128 bit version) functions (e.g. seed PRNGs)
- Added tests for all parameter types (factory functions & implementations)
- Added tests for utility functions
- Added GitHub actions (running tests)
- Various API docs updates, clarifications & fixes
- Update/refactor EditArt & Layer platform adapters
- Updated main & adapter readmes
New adapter package `@genart-api/adapter-fxhash`:
https://github.com/thi-ng/genart-api/tree/main/packages/adapter-fxhash
Commits since last release:
https://github.com/thi-ng/genart-api/compare/v0.20.0...v0.21.0
Patterns again today - I wanted to practice rotations and drawing multiples of a shape around a circle. #ComputationalArt #py5