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

https://github.com/blumatrikz/xga-viewer

A image viewer for my 4 bit color image format
https://github.com/blumatrikz/xga-viewer

Last synced: 11 months ago
JSON representation

A image viewer for my 4 bit color image format

Awesome Lists containing this project

README

          

# XGA Viewer
A image viewer for my 4 bit color image format

Compile & install:
```
make
```

Compile:
```
make compile
```

Install:
```
make install
```

Uninstall:
```
make remove
```

Clean:
```
make clean
```
Run:
```
xga-viewer
```
or if you did not install it:
```
./xga-viewer
```