Compare commits
1 commit
2e467aca96
...
80686f7b20
Author | SHA1 | Date | |
---|---|---|---|
logan | 80686f7b20 |
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# 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
|
Loading…
Reference in a new issue