Skip to content

Releases: zauberzeug/nicegui

v0.5.8

09 Sep 13:26
Compare
Choose a tag to compare
allow 3d object rotation via rotation matrix

v0.5.7

08 Sep 14:29
Compare
Choose a tag to compare

enhancing 3d scenes

  • stl meshes
  • scale objects

v0.5.6

05 Sep 09:15
Compare
Choose a tag to compare
hardcoded image name

v0.5.5

05 Sep 09:08
Compare
Choose a tag to compare

fixing image name

v0.5.4

05 Sep 08:56
Compare
Choose a tag to compare

automatically updating README on Dockerhub

firefox

04 Sep 02:31
Compare
Choose a tag to compare

bugfixes for Firefox compatibility

v0.5.2

02 Sep 15:43
Compare
Choose a tag to compare

adding object names

3d scene

31 Aug 13:54
Compare
Choose a tag to compare
  • added ui.scene() to create 3d scenes

log, menu & notify

21 Aug 04:47
7ebe20a
Compare
Choose a tag to compare
  • ui.timer now supports coroutines
  • supporting interactive python shells
  • added ui.log to create log view that allows to add new lines without re-transmitting the whole history to the client
  • added ui.menu to show popup menus
  • added ui.notify to present snackbar notifications

logs

07 Aug 04:47
Compare
Choose a tag to compare

introducing ui.log() to show latest n messages in a box