Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 342 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 342 Bytes

include canvas

Simple header-only C++ library that allows you to create a window and draw something in it.

Features

  • Win32 implementation.
  • Drawing into image buffer.
  • Drawing lines, rectangles.

Future work

  • More drawing algorithms with antialiasing etc.
  • Unit-tests & benchmarks.
  • Reading mouse & keyboard?
  • Cross-platform?