Skip to content

ANSI-Christ/C-simple-graphics-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C simple graphics library (sgl)

A simple graphics library, based on X11 and WinApi.

Modules:

name reference sources dependencies
sgc colors sgc.h
sgk keyboard & mouse sgk.h
sgw window sgw.h, sgw.c, sgw/... sgc, sgk
sgp painting sgp.h, sgp.c, sgf/...
sgu user interface sgu.h, sgu.c sgk, sgp, marco.h, class.h
sgl full library sgl.h, sgl.c sgc, sgk, sgw, sgp, sgu

Link with flags:

  • Windows: -lgdi32
  • Unix: -lX11

To do:

  • sgu module

Look for usage examples in main.c

About

C simple cross-platform graphics library (sgl), based on X11 and WinApi.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published