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
- Host: GitHub
- URL: https://github.com/dead-tech/ppm-viewer
- Owner: dead-tech
- License: mit
- Created: 2023-03-02T17:33:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T11:15:45.000Z (over 3 years ago)
- Last Synced: 2025-03-24T09:16:58.413Z (over 1 year ago)
- Topics: cmake, cpp20, github-actions, libfmt, mit-license, ppm-format, terminal
- Language: C++
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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))