client icon indicating copy to clipboard operation
client copied to clipboard

Update nanogui and use our own mainloop

Open petterarvidsson opened this issue 8 years ago • 3 comments

To make it easy to follow nanogui development, remove our changes and instead implement a simple main loop of our won based on: https://github.com/wjakob/nanogui/blob/master/src/example3.cpp

Also replace nanogui dependency with the one directly from https://github.com/wjakob/nanogui

petterarvidsson avatar Nov 11 '16 11:11 petterarvidsson

@nsg What do you think?

petterarvidsson avatar Nov 11 '16 11:11 petterarvidsson

Apparently they moved from glew to glad for windows compatibility... ugh...

petterarvidsson avatar Nov 11 '16 12:11 petterarvidsson

@petterarvidsson Looks good, a little work to keep all these callbacks up-2-date in the future but over all this is a good thing.

nsg avatar Nov 12 '16 19:11 nsg