Original Post
Hi,
I am working on a RT project and I need to visually debug it. For that I need to put some marks (triangles, recs, circles, etc) of different sizes on top of the image's output.
The program works with an internal representation of a visual buffer (float argb), so I need a simple 2d primitive shapes drawing c++ library which can be attached somehow to this buffer.
I have two at the moment, libxmi and cairo.
The first one is old and difficult to merge with the project because it has lots of dependencies with the tool configure, and I use scons.
Cairo doesn't have that problem but it is too much for my needs.
I was thinking in doing one myself, but I don't want to waste too much effort on this task.
Thanks for your help!
I am working on a RT project and I need to visually debug it. For that I need to put some marks (triangles, recs, circles, etc) of different sizes on top of the image's output.
The program works with an internal representation of a visual buffer (float argb), so I need a simple 2d primitive shapes drawing c++ library which can be attached somehow to this buffer.
I have two at the moment, libxmi and cairo.
The first one is old and difficult to merge with the project because it has lots of dependencies with the tool configure, and I use scons.
Cairo doesn't have that problem but it is too much for my needs.
I was thinking in doing one myself, but I don't want to waste too much effort on this task.
Thanks for your help!