5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-21 19:39:29 +08:00
wails/v3/examples
2023-08-25 09:39:24 -05:00
..
binding [v3] Move to integer call ids for bound methods. 2023-08-19 14:25:36 +10:00
build [v3 mac] Better logging 2023-08-18 09:58:43 +10:00
clipboard [v3] Move dialogs out of application 2023-06-24 13:57:51 +10:00
contextmenus [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
dev [v3 mac] Add IsDarkMode to application and JS runtime. Add Common.ThemeChanged event 2023-08-18 17:36:14 +10:00
dialogs [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
drag-n-drop [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
events [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
frameless Log if native Go webview loader is used 2023-08-12 16:36:08 +10:00
kitchensink [v3] Fix Assets options in templates 2023-07-21 08:24:38 +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 [v3] Tidy up plugin init 2023-08-19 17:09:38 +10:00
screen [v3 windows] Fix screen example 2023-06-11 11:54:32 +10:00
systray [v3] Support ANSI label on Mac. Update example. 2023-08-25 06:53:08 +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>