Primitive Drawing library
Posted: 28 Jul 2007, 17:01
I'd like ti a lot if work was put towards creating a primitive drawing library with commands such as:
DrawCircle()
DrawLine()
DrawText()
Blit()
That didnt require any knowledge of OpenGL at all and could just be called there and then in any widget or gadget. Those 4 functions should encompass a lot of the basic 2d graphical operations that people would like to do but dont know how.
The nearest there seems to be is the multiplayer networked line drawing, which is innapropriate.
I'd be willing to help with these sorts of things myself but I dont know how, and nobody else seems to either...=(
DrawCircle()
DrawLine()
DrawText()
Blit()
That didnt require any knowledge of OpenGL at all and could just be called there and then in any widget or gadget. Those 4 functions should encompass a lot of the basic 2d graphical operations that people would like to do but dont know how.
The nearest there seems to be is the multiplayer networked line drawing, which is innapropriate.
I'd be willing to help with these sorts of things myself but I dont know how, and nobody else seems to either...=(