ASCII_ANIMATIONS

A control panel for character-cell animations — Voronoi fields, flow noise, plasma and a raymarched 3D scene, driven by seeded simplex noise. Same trick as the Oxide blog headers: a tiny engine measures one cell of the host font and diff-renders a char buffer each frame.

< back home

seed1337
fps30
cell size (px)12
sites12
scale3.0
speed0.0200
decay0.93
aspect squash0.30
settle to stillnesson
ramp
ink

Drop one anywhere. Every setting is optional; the type picks the defaults and the seed makes it reproducible.

import { AsciiViz } from '@/components/atoms/Ascii/AsciiViz';

<AsciiViz type='raymarch' seed={42} />
<AsciiViz type='warp' color='#9ece6a' density={10} rows={16} />
<AsciiViz type='raymarch' seed={42} />
<AsciiViz type='warp' color='#9ece6a' density={10} rows={16} />