Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 440 Bytes

CPGL - Cross-Platform C/C++ Graphics Library

Warning There is a better version (C++ only): https://github.com/TyfoC/Eagle

Shapes that can be drawn:

  • Point
  • Line
  • Square
  • Circle
  • Polygon

Supported OSes

  • Windows

How can I use this library in my OS?

  • See how it is implemented for windows in cpgl-windows.h and cpgl-windows.c as an example

  • Write the same thing, only for your OS