News

An objective for this library is to make simple drawings in C. Currently the output is a ppm file, this can be easily converted to png using ffmpeg via ffmpeg -i input.ppm output.png. In the future I ...