MAGIE (Massively Annotated Gigapixel Image Explorer) is a web application and backend server for rendering and displaying multi-gigapixel images & millions of annotations.
-
⚡️ Extremely performant Rust backend and Svelte frontend, utilising WebGL to render hundreds of thousands of annotations in milliseconds.
-
🖥️ Sleek and modern user interface.
-
🗂️ Remotely access your library using a fully-featured file explorer.
-
🛠️ Easily integrate your own image decoders, encoders, and analysis tools using a powerful, flexible module interface.
-
🌐 Accessible anywhere at any time using any modern web browser.
Install the Nix package manager.
nix run
nix run .#podman
# or
nix run .#docker
The app is now accessible at http://localhost:3000.
Install the Nix package manager.
nix develop
nix run .#dev
The app is now accessible at http://localhost:4000.

