Wild batch: 6 distinct generative systems#14
Draft
darioabc wants to merge 1 commit into
Draft
Conversation
Six new composition-first pieces, each a different algorithm/world, rendered straight to 1920²: - WaveCollapse — wave-function-collapse circuit-tile synthesis (patriotGold, grainOnly) - PenroseTiling — Penrose P3 rhombus deflation, fivefold aperiodic (navyGold, bloom) - MarbleAgate — domain-warped fBm agate slab with banded contours (sunset, grainOnly) - LeniaBloom — Lenia continuous cellular automata, emergent organisms (molten, bloom) - SubstrateCracks — Tarbell substrate crack-propagation mosaic (inkEmber, bloom) - BarnsleyIFS — IFS chaos-game density fractal (electricGrape, bloom) https://claude.ai/code/session_01FLT9FyFkDPeZ9BTGRM4HHf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A
wild-batchdrop: six new composition-first pieces, each a distinct generative system / visual world, none repeating any of the ~58 existingarts/gensystems. All compiled in one pass and rendered straight to high-res 1920² (no draft pass, no per-image review — gate is compile + render exit 0).WaveCollapsePenroseTilingMarbleAgateLeniaBloomSubstrateCracksBarnsleyIFSEach mirrors the
VoronoiOrbscaffolding (SIZE/SEED system props, seededrng,Gart.of(...),saveImage, nowindow()), scales every dimension offSIZE, and uses aCoolorspalette + aWildFxfinish. Palettes favor Dario's four (inkEmber, patriotGold, navyGold, molten) plus two trending sets for range.New
.ktsources and their trackedout/*.pngrenders are included. The skiko render workaround (0.148.1) was applied only during the central compile and reverted —gart/build.gradle.ktsis unchanged in this diff.https://claude.ai/code/session_01FLT9FyFkDPeZ9BTGRM4HHf
Generated by Claude Code