Clint

Results 5 issues of Clint

I added CMakeLists.txt files for all the samples. The default shader is preserved so that you can mix nanovg rendering with regular cinder rendering. I also added a simple sample.

This change restores the previous shader program instead of setting it to 0 on nvgEndFrame()/renderFlush(). This will also help when using nanovg with other graphics libraries that manage a default...

Seeking in gstreamer is asynchronous. Knowing when the seek finished is very useful so that you don't do other actions while a seek is happening.

I noticed that I could not scroll my ImGui window with the mouse wheel on linux after I hit the control key. I believe that the modifiers flags are being...

LineBucket::addGeometry() will crash in the lambda that sets "first" when "coordinates" is empty in line_bucket.cpp. There are no consistent repro steps. I'm loading a vector mbtiles file and zooming to...

bug
windows
OpenGL