apps/gpui-photo-grid/README.md
High-performance photo grid viewer for Spacedrive built with GPUI.
cargo build --release
Make sure Spacedrive daemon is running, then:
export SD_LIBRARY_ID="your-library-uuid"
export SD_SOCKET_PATH="$HOME/.spacedrive/daemon.sock" # optional
export SD_HTTP_URL="http://127.0.0.1:54321" # optional
export SD_INITIAL_PATH="/" # optional
cargo run
Use the included script to automatically find your library and run:
./run.sh
SD_LIBRARY_ID (required) - Your Spacedrive library UUIDSD_SOCKET_PATH (optional) - Path to daemon socket (default: ~/.spacedrive/daemon.sock)SD_HTTP_URL (optional) - HTTP server URL (default: http://127.0.0.1:54321)SD_INITIAL_PATH (optional) - Initial directory path (default: /)sd-client crate to communicate with Spacedrive daemonCurrent implementation:
Future optimizations: