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

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

My 4-bit color image paint program
https://github.com/blumatrikz/xga-painter

Last synced: 11 months ago
JSON representation

My 4-bit color image paint program

Awesome Lists containing this project

README

          

# XGA Painter
My 4-bit color image paint program

Compile & install:
```
make
```

Compile:
```
make compile
```

Install:
```
make install
```

Uninstall:
```
make remove
```

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