/fractal-chamber

Cloud-chamber-like L-system pattern generator

Primary LanguageVue

fractal-chamber

This application imitates cloud chamber with many small particles. It's just a visual imitation and theoretical correctness is not guaranteed at all.

Screenshots

screenshot screenshot

Development

# Initial setup
npm install

# Launch development server
npm run dev

# Build
npm run build