c++drawinggeometryshapes

Simple way to draw shapes in C++?


Are there any drawing libraries out there that are really simple? I literally mean functions such as draw_circle(screen, x, y, r, colour) or something similar.

I've taken a look at SDL but it doesn't support what I want out of the box - I would like something that is really easy to use straight away, if possible.


Solution

  • Probably Allegro5. It's easy and great for beginners. You can simply draw shapes and sprites.

    Allegro5 Website