Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

EZForever/libCanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libCanvas

A tiny library to draw graphics in pure C with Win32 API.

Why it's there

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.

Usage

#include <libCanvas.h> See libCanvas.h and Demo.c for more details.

How to compile

Tested with MinGW-w64 on Windows 10.

A Makefile is coming soon, for now you can follow the comments in Build.h & Demo.c.

License

BSD-3-Clause

About

Draw graphics in pure C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages