pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
29 stars 20 forks source link

pyglui v1.17 #96

Closed papr closed 6 years ago

papr commented 6 years ago

Features:

  1. Button: Make function object public
  2. Thumb: Add label_getter function

Reasoning:

  1. allows to define functions that modify the button itself without having to hold an external reference. E.g.: gaze_producers.py#L330-L365
  2. fixes https://github.com/pupil-labs/pupil/issues/1042