From 80686f7b20dbdff50e9b40266b8a2a2ff4069119 Mon Sep 17 00:00:00 2001 From: logan Date: Wed, 31 Jul 2024 18:42:33 -0500 Subject: [PATCH] Added README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8bfd80 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file