A tiny library to draw graphics in pure C with Win32 API.
As a former VB fan, I found that controlling forms and draw things on them is much harder in pure C.So I wrote this thing to ease my further tasks.
#include <libCanvas.h>
See libCanvas.h
and Demo.c
for more details.
Tested with MinGW-w64 on Windows 10.
A Makefile is coming soon, for now you can follow the comments in Build.h
& Demo.c
.
BSD-3-Clause