Home » Developing U++ » U++ Developers corner » Painter replacement
Painter replacement [message #41673] |
Thu, 09 January 2014 10:16 |
Sgifan
Messages: 37 Registered: February 2010 Location: France
|
Member |
|
|
Hello all,
I came across a small C library called nanovg that you can find here:
https://github.com/memononen/nanovg"
It is an very small hardware accellerated vector graphics library
The example application shows a GUI drawn with it and it look very very nice. It it really small in terms on source code.

I compiled it for win32, so I had to introduce glew support to the original sources.
I send here the binaries of the example (in debug mode so you need to have VS2010 installed)
The demo is using a IMGUI principle in which the whole GUI is redrawn at each frame, but this does not prevent using it differently.
It would be a really nice addition to U++ toolkit if we could have access to a slick GUI like this.
[Updated on: Thu, 09 January 2014 10:17] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat Apr 26 18:10:14 CEST 2025
Total time taken to generate the page: 0.00643 seconds
|