dalerank / nanogui-sdl

Minimalistic port of NanoGUI claim works with SDL API w/o external dependencies.
Other
437 stars 77 forks source link

Add simple frame rate and prevent flickering #33

Closed akuskis closed 5 years ago

akuskis commented 5 years ago

Adding simple "FPS" cause flickering because textures are loaded in background. drawBodyTemp was used to solve this issue.