Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Thu Apr 25 17:19:54 CEST 2024

Total time taken to generate the page: 0.02737 seconds