WeSearch

Luminous: Rust Based Image Viewer

·1 min read · 0 reactions · 0 comments · 14 views
#technology#software#image viewer
Luminous: Rust Based Image Viewer
⚡ TL;DR · AI summary

Luminous is a cross-platform image viewer and editor developed using Rust and Slint. It features an extensible plugin system and supports various image formats. Users can run the application from source and configure it through a TOML file.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

Luminous A performant cross-platform image viewer and editor built with Rust and Slint, with an extensible plugin system. Quick Start Run from source: cargo run --release -- ./path/to/your/images For quicker iteration during development: cargo run --profile quick-release -- ./path/to/your/images Additional image formats can be enabled with --features flag: cargo build --release --features <format> Formats decoded via the image crate. Enabled by default: jpeg, png, webp, gif, tiff, pnm, avif. Plugins Plugins are detected from two locations: Development (cargo run): <executable>/../../../plugins/ Installed (platform data dir): ~/<data_dir>/luminous/plugins/ See ProjectDirs::data_dir for platform-specific paths.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub