Go to file
2024-07-31 18:42:33 -05:00
resources finished tui 2024-01-15 20:13:25 -06:00
src finished tui 2024-01-15 20:13:25 -06:00
.gitignore init 2024-01-12 12:34:30 -06:00
Cargo.lock finished tui 2024-01-15 20:13:25 -06:00
Cargo.toml finished tui 2024-01-15 20:13:25 -06:00
garden.gif finished tui 2024-01-15 20:13:25 -06:00
lisa.gif finished tui 2024-01-15 20:13:25 -06:00
README.md Added README.md 2024-07-31 18:42:33 -05:00
test.gif finished tui 2024-01-15 20:13:25 -06:00

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