zacharycarter / nuklear-nim

Nim bindings for https://github.com/vurtun/nuklear/
120 stars 10 forks source link

Example Flickers and has a random line going throught the Title Bar #8

Closed callowaysutton closed 7 years ago

callowaysutton commented 7 years ago

Running 64 Bit Zorin OS (Ubuntu 16.04) and whenever I compile the example and run it I am met with the example window that flickers and doesn't respond to any mouse clicks Any ways I could fix this?

zacharycarter commented 7 years ago

I'm not surprised the example doesn't respond to mouse clicks - I don't think I put any input related code into the example. The example was more just to show how to write a backend for Nuklear with existing nim libraries, like the GLFW bindings.

I'm not sure about the flickering - I'll have to try to reproduce.

You could add the mouse input functionality yourself, or if i get time I will enhance the examples to include more of the example functionality from the official examples.

CaptainKraft commented 7 years ago

Is this resolved? I don't have this problem when I run the example.