wails/v3/examples
2023-10-09 17:38:03 +11:00
..
binding Update bindings example 2023-10-09 17:37:21 +11:00
build Update build example 2023-10-09 17:37:40 +11:00
clipboard Update clipboard example 2023-10-09 17:37:50 +11:00
contextmenus [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
dev Update Task to v3.31.0. Update deps. 2023-10-09 10:39:09 +11:00
dialogs Update dialogs example 2023-10-09 17:38:03 +11:00
drag-n-drop [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
events Support IsDarkMode in application event context. Fix bug with event mapping. 2023-09-15 20:10:09 +10:00
frameless Update Task to v3.31.0. Update deps. 2023-10-09 10:39:09 +11:00
keybindings [darwin] Support keybindings 2023-09-20 21:34:50 +10:00
menu [v3 windows] Support Application Menu, hiding menu items 2023-06-01 22:52:04 +10:00
oauth [v3] Fix oauth bug. Added logout capability 2023-07-09 20:13:29 +10:00
plain [v3] Fix examples background color (#2750) 2023-07-01 10:55:10 +10:00
plugins Update Task to v3.31.0. Update deps. 2023-10-09 10:39:09 +11:00
screen Add some more API docs. Small refactors. 2023-09-24 17:23:24 +10:00
server Update Task to v3.31.0. Update deps. 2023-10-09 10:39:09 +11:00
systray Add API docs. Do small refactors 2023-09-24 08:57:40 +10:00
window [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
windowjs [v3] Position/GetPosition -> RelativePosition/GetRelativePosition 2023-06-23 20:49:27 +10:00
wml [v3] Fix examples background color (#2750) 2023-07-01 10:55:10 +10:00
README.md [v3 examples] add README 2023-08-25 09:39:24 -05:00

v3

This directory is experimental. It probably won't work for you. There's no support for this directory. Dragons be here. You have been warned!

The examples in this directory may or may not compile / run at any given time. But the general method to try them out is as follows:

Running the examples

cd v3/examples/<example>
go mod tidy
go run main.go

Compiling the examples

cd v3/examples/<example>
go mod tidy
go build
./<example>