User interface toolkit for Go with support for SDL2 and HTML Canvas render targets.
 
 
 
 
 
Go to file
Noah d499f34a87 Add Tool Bar to Editor Mode
* Toolbar has icon buttons for the Pencil Tool, Line Tool, Rect Tool,
  Actor Tool and Link Tool.
* Remove the tab buttons from the top of the Palette window. The palette
  tab is now toggled between Swatches and Doodads by the tool selected
  on the tool bar, instead of the tab buttons setting the tool.
* Remove the "Link Doodads" button from the Doodad Palette. The Link
  Tool has its own dedicated toolbar button with the others.
2019-07-03 20:24:04 -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 Add Tool Bar to Editor Mode 2019-07-03 20:24:04 -07:00
label.go UI: Fix packing bug in the GUITest 2019-04-19 15:08:00 -07:00
main_window.go Initial WebAssembly Build Target 2019-06-26 18:40:40 -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