User interface toolkit for Go with support for SDL2 and HTML Canvas render targets.
 
 
 
 
 
Go to file
Noah cb365af3b9 Add MenuScene with New Level UI
* Debug mode: no longer enables the DebugOverlay (F3) by default, but
  does now insert the current FPS counter into the window title bar.
* ui.Frame: set a default "mostly transparent" BG color so the frame
  background doesn't render as white.
* Add the MenuScene which will house the game's main menus.
* The "New Level" menu is first to be added.
  * UI lets you pick Page Type and Wallpaper using radio buttons.
  * Page Type: Unbounded, Bounded (default), No Negative Space, Bordered
  * Fix bugs in uix.Canvas to fully support all these page types.
2019-06-25 15:01:37 -07:00
eg UI: Add MainWindow Widget and start an example app 2019-06-08 17:03:59 -07:00
theme Port over code from old collision dev PR 2019-04-09 19:17:56 -07:00
button.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
check_button.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
checkbox.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
debug.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
dragdrop.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
frame.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
frame_pack.go UI: Fix packing bug in the GUITest 2019-04-19 15:08:00 -07:00
functions.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
image.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
label.go UI: Fix packing bug in the GUITest 2019-04-19 15:08:00 -07:00
main_window.go UI: Add MainWindow Widget and start an example app 2019-06-08 17:03:59 -07:00
menu.go UI: Add MainWindow Widget and start an example app 2019-06-08 17:03:59 -07:00
supervisor.go Code Layout Refactor 2019-04-09 17:35:44 -07:00
widget.go UI: Fix packing bug in the GUITest 2019-04-19 15:08:00 -07:00
window.go Code Layout Refactor 2019-04-09 17:35:44 -07:00