Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novara754/qoi-viewer
A QOI image viewer in Rust.
https://github.com/novara754/qoi-viewer
Last synced: 2 months ago
JSON representation
A QOI image viewer in Rust.
- Host: GitHub
- URL: https://github.com/novara754/qoi-viewer
- Owner: novara754
- License: other
- Created: 2024-09-04T12:56:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:03:54.000Z (4 months ago)
- Last Synced: 2024-09-05T15:35:50.275Z (4 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QOI Viewer
A basic app to view QOI images.
Written in Rust using SDL2.
## Building
Requires the [Rust compiler and Cargo](https://www.rust-lang.org/) to be installed.
Requires SDL2 to be installed according to [these instructions](https://github.com/Rust-SDL2/rust-sdl2?tab=readme-ov-file#requirements).
Run the following to compile in the projects root directory:
```
cargo build --release
```The resulting binary can be found at ./target/release/qoi_viewer
## Running
```
./qoi_viewer
```Test images can be found at the official QOI project website: [https://qoiformat.org/](https://qoiformat.org/).