Can someone reccommend to me a graphics library that meets the following needs:
Can be used with either C# or Python
The basic functionality that I need is to be able to draw lines and polylines, and to be able to fill in geometric 2d shapes with any colour.
Something easy to use that doesnt require hours of reading documentation to understand would be nice.
I've never used a third party graphics library so I don't really know where to start.
Can openGL do this or is that a little overkill??
Thanks!