Added README.md
This commit is contained in:
parent
8b07fd83ea
commit
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