resources | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
garden.gif | ||
lisa.gif | ||
README.md | ||
test.gif |
Fishbowl
This program turns images into animated physics simulations using verlet integration. Image processing is done using WGPU, a low level GPU rendering interface. It accepts most common image formats, and can produce animations of variable quality and size.
Web demo
Fishbowl is intended to be used as a server-side API that allows users to submit images. However, the previous API was prone to crashing when bots flooded the server with malformed images and requests. Fishbowl will return soon to the new Apache server set up when I have the time to migrate it