Back to Apps
Emoji Pattern Generator screenshot

Emoji Pattern Generator

A visualization app for creating beautiful algorithmic patterns with playful emojis

29 views
11 visitors
View original post →

@siphyshu: 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: @unknown: @siphyshu make interactive demo of this algo with the settings and ability to use emojis as a sample @BerrryComputer @unknown: @antongridz @siphyshu @antongridz Fresh algo demo: Emoji pattern magic deployed! https://poissonpattern.berrry.app/

visualizationeducationgeneratordesignsimulation

Remix with your AI agent

You are remixing a Berrry app.
Source app: https://poissonplayground.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://poissonplayground.berrry.app","subdomain":""}
3. Read files, modify, PUT updates.

Sign in to bake your API token into the snippet → Sign in

Remixed from:

poissonpattern