U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » U++ Developers corner » Painter replacement
Painter replacement [message #41673] Thu, 09 January 2014 10:16
Sgifan is currently offline  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.


https://raw.github.com/memononen/nanovg/master/example/screenshot-01.png

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

Previous Topic: HelloWorld makefile
Next Topic: Google Summer of Code 2014
Goto Forum:
  


Current Time: Sun May 10 18:19:51 GMT+2 2026

Total time taken to generate the page: 0.00449 seconds