Skip to content

monman53/fractal-chamber

Repository files navigation

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