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

https://github.com/dead-tech/ppm-viewer

PPM Terminal Viewer
https://github.com/dead-tech/ppm-viewer

cmake cpp20 github-actions libfmt mit-license ppm-format terminal

Last synced: about 2 months ago
JSON representation

PPM Terminal Viewer

Awesome Lists containing this project

README

          

![Build Status](https://github.com/dead-tech/ppm-viewer/actions/workflows/build.yml/badge.svg)
# PPM Viewer
Terminal PPM Viewer written in C++20.

_DISCLAIMER: The viewer is restricted to P3 PPM file format._

## Building with CMake
```shell
$ mkdir build
```
```shell
$ cd build
```
```shell
$ cmake ..
```
```shell
$ make
```

You will find the executable in the build directory you have just created.

## Usage
```shell
$ ppm_viewer
```

## License
The project is licensed under MIT (see [LICENSE](LICENSE))