konstructs / client

A voxel based game client.
http://www.konstructs.org
MIT License
48 stars 8 forks source link

Update nanogui and use our own mainloop #221

Open petterarvidsson opened 7 years ago

petterarvidsson commented 7 years ago

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 commented 7 years ago

@nsg What do you think?

petterarvidsson commented 7 years ago

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

nsg commented 7 years ago

@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.