Login  Register

Re: Simple example with Nifty

Posted by elect on Nov 08, 2013; 2:40pm
URL: https://forum.jogamp.org/Simple-example-with-Nifty-tp4030529p4030535.html

Xerxes Rånby wrote
There is a NEWT JOGL 2 nifty-gui backend found in the 1.3 nifty gui branch. This branch work on both mobile and desktop devices using the GL2ES2 profile.
https://github.com/void256/nifty-gui/commits/1.3
You mean this one?

https://github.com/void256/nifty-gui/blob/1.4/nifty-examples-jogl/src/main/java/de/lessvoid/nifty/examples/jogl/JOGLNiftyRunner.java

It does be the one I have been starting porting from..

There a GLwindow is used instead of canvas, but isnt canvas compatible too?

Xerxes Rånby wrote
This gist show how you can setup and test the 1.3 nifty gui branch
This is how we demonstrated nifty gui using JOGL 2 at SIGGRAPH 2013
https://gist.github.com/xranby/e09daa4997cdd19b474e

Video from the SIGGRAPH 2013 BOF:
http://nifty-gui.lessvoid.com/archives/585
Yep, those are the sources that made me gave a try to Nifty