I've been trying to find a GUI library (Linux/Windows) that can render its widgets using OpenGL (no results so far). The main requirement: library should reuse existing OpenGL3 context. Second main requirement: library should be light weight. Do such libs exist? I am even ok to fork some stuff that can render widgets via OpenGL and adapt it to my needs.
4 replies to this topic
Sponsor:
#2 Members - Reputation: 2773
Posted 28 November 2012 - 07:38 PM
The guichan library mat be what you're looking for. Lightweight, uses existing GL context. No longer actively maintained but it's open source and not hard to maintain yourself. Problem is it's GL2.
Stephen M. Webb
Professional Free Software Developer
Professional Free Software Developer
#4 Members - Reputation: 473
Posted 29 November 2012 - 02:22 AM
Also Check out CEGUI (Wikipedia-Article for a short overview) It's pretty powerful, cross plattform and available as package on many linux-systems (certainly on ubuntu).
#5 Members - Reputation: 179
Posted 29 November 2012 - 12:08 PM
I've had success with LibRocket. It allows you tu use HTML/CSS-style markup and is very lightweight.
Devblog: http://bioglaze.blogspot.fi






