Skip to content

Releases: k-bk/love2d-ui

Stable v1.2

10 Dec 00:06
Compare
Choose a tag to compare

Features:

  • all arguments for UI elements are tables now, e.g.
UI.button { "Click me!", on_click = action }
  • some UI elements have additional arguments, e.g.
UI.label { "Text", font = my_font }
  • it's possible to modify parameters of UI, e.g.
UI = require "UI"
UI.font = my_font
UI.gap = 10

Stable v1.1

08 Nov 13:31
Compare
Choose a tag to compare

Features:

  • deprecated UI.horizontal
  • instead, possible to nest UI at any depth

Stable v1.0

04 Nov 09:38
83363d0
Compare
Choose a tag to compare

Features:

  • text label
  • button
  • slider
  • horizontal and vertical flow