A visualization app for exploring algorithm-based pattern generation with emojis
@unknown: i found a very cool algorithm: poisson disc sampling it lets you place objects in a random but uniform & natural looking way it's surprising how often this algorithm shows up where you'd expect plain old .random() to work just fine it's widely used in gamedev for procedural object placement (trees, enemies, props) and computer graphics. i discovered it when i needed to place a bunch of assets scattered on a BG layer see the difference b/w random vs. poisson disc sampling:
You are remixing a Berrry app.
Source app: https://poissonpattern.berrry.app
1. Fetch https://berrry.app/skill.md and follow it for registration, auth, and the NOMCP API.
2. POST /api/nomcp/{token}/apps with
{"remix_from":"https://poissonpattern.berrry.app","subdomain":""}
3. Read files, modify, PUT updates. Sign in to bake your API token into the snippet → Sign in