Fast and efficient drawing static library.
Go to file
Thomas Touhey bcecf7f147 Initial commit 2016-04-21 22:27:29 +02:00
doc Initial commit 2016-04-21 22:27:29 +02:00
include Initial commit 2016-04-21 22:27:29 +02:00
src Initial commit 2016-04-21 22:27:29 +02:00
.gitignore Initial commit 2016-04-21 22:27:29 +02:00
Makefile Initial commit 2016-04-21 22:27:29 +02:00
Makefile.cfg Initial commit 2016-04-21 22:27:29 +02:00
README Initial commit 2016-04-21 22:27:29 +02:00

README

The monochrome library was made by PierrotLL.
This project is only a reorganization of the files to make a static library, instead of having to include the source files in the projects each time.

To use when only built, add in your linker flags :
-L "path/to/this/dir" -lmonochrome