Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easy to use drawing library in c or c++?

I'd need a very easy to use drawing c or c++ library. This means that I don't need to put buttons, frames or anything else in there, but I need just to draw points, circles, lines on a graphic window. Is that possible?

like image 645
Marco Molari Avatar asked Jun 15 '11 15:06

Marco Molari


2 Answers

Cairo is a nice option if you are looking for ease of usage.

like image 168
Alok Save Avatar answered Sep 17 '22 17:09

Alok Save


You can use one of the many C++ creative coding frameworks:

  • Cinder
  • openFrameworks
  • polyCode
like image 21
yan Avatar answered Sep 20 '22 17:09

yan