Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).