Advertisement Β· 728 Γ— 90

Posts by

layout-maxing A Max patch layout utility

darosh.github.io/layout-maxing

1 week ago 0 0 0 0
Video

I made a #max patch layout thingy powered by genetic algo

1 week ago 1 0 1 0
Video

"formlines study", ft. vite HMR API + chokidar based updates from #inkscape; import.meta.hot.accept() is awesome

1 month ago 1 0 0 0
Post image Post image

from #inkscape with ❀️ ... demo: darosh.github.io/ambient-circ...

1 month ago 2 0 0 0
Video

Multiview with scissor, single material + onBeforeUpdate ... demo: darosh.github.io/ambient-circ...

1 month ago 0 0 0 0
Video

Marbles as camera/target ... demo: darosh.github.io/ambient-circ...

1 month ago 1 0 0 0

Not yet, but I want to ...one day. I made some VJ too while ago github.com/darosh/px-st... but that runs in Ableton

1 month ago 1 0 1 0
Advertisement

It's made with Three.js, live demo is here: darosh.github.io/ambient-circ...

1 month ago 1 0 1 0
Video

"ligaturized" line font used as rails generator;
also it looks like I have a logotype, yay;
also it looks like I play a lot of beat saber :-)

1 month ago 2 0 1 0
Video

Collisions ... demo: darosh.github.io/ambient-circ...

1 month ago 1 0 0 0
Video

Tone.js + RNBO integration, audio chain graph visualization, HUD with mini FFT analyzers, transport controls and note tracker, ... demo: darosh.github.io/ambient-circ...

2 months ago 2 0 1 0

For demo press B for beat numbers and N for rail names at darosh.github.io/ambient-circ...

Code for the line geometry is here: github.com/darosh/ambie...

2 months ago 0 0 0 0
Post image Post image Post image

I made a single line font (1 line per character). Yay. It's pretty incomplete so I call it "Eo-Okyo".

2 months ago 1 0 1 0
Video

Rings darosh.github.io/ambient-circ...

2 months ago 3 0 0 0
Video

Random structure darosh.github.io/ambient-circ...

2 months ago 1 0 0 0
Video

Elaborating visual vocabulary darosh.github.io/ambient-circ...

2 months ago 5 1 0 0
Video

Third day of prototyping WebGPU/WebMIDI non-linear sequencer with Claude Code

Demo at: darosh.github.io/ambient-circ...

2 months ago 5 0 0 0
Advertisement

Video recording youtu.be/cpNR9oUTRDI

2 months ago 2 0 0 0
Preview
Drone for Ball Knowers WebGPU/Threlte + Tone.js visual sonification experiment

Drone for Ball Knowers darosh.github.io/drone-for-ba...

#drone #ambient #sonification #threlte #tonejs

2 months ago 1 0 0 1

PX Stream 😍

2 months ago 0 0 0 0

Turns out: generate random colors, sort them, and it looks good surprisingly often. Updated farbvelo to use @ensonador.bsky.social excellent colorsort on the "Randomcolor.js" and "full random" generation methods.

Try it: farbvelo.elastiq.ch?currentSeed=...

2 months ago 21 3 1 1

Two things: OKPalette now sorts colors better and the distance function is smarter with neutrals, so dark/light colors don’t get lumped together anymore: okpalette.color.pizza

2 months ago 50 2 2 0

27 days and 250+ sorting methods later, my foolish quest is over: 8D fingerprints, cosine similarity, and smallest average angular change in LCH space are the answer to everything. At least for now. 🀯

2 months ago 23 2 0 2

nice!

2 months ago 1 0 0 0

Categorization attempt: github.com/darosh/color...
Live at darosh.github.io/colorsort-js/ (info in first column: Mono, Wide, Rainbow, ...)
Click on row shows/hides the 3D preview.

3 months ago 2 0 0 0

Can you pick the best ones? :)

3 months ago 2 0 1 0
Advertisement
Post image

Added two more: 1. "Closest" picks the closest points 2. and "Inlinest" checks how each of 3-point combinations are "in line". The candidates are evaluated from both ends that's why they are "Bidi" - bi-directional.

3 months ago 1 0 1 0

Thanks. Smaller angle between previous direction and candidate direction is prioritized. Not sure what to select as starting points: 1. brute force all possible pairs and pick the smallest average angle or something 2. or just pick two closest points, 3. or two darkest ones

3 months ago 0 0 0 0
Video

sorted, in 3D

3 months ago 1 0 0 0
Post image

random idea and POC: "momentum sort", prioritizing the direction of oklab vector (using first two colors for initial direction so it is really just POC) codepen.io/darosh/pen/z...

3 months ago 4 1 3 0