5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 00:30:55 +08:00
wails/v3/examples
2023-11-12 16:13:09 +11:00
..
binding [v3 examples/bindings] correct binding output + example 2023-10-31 17:24:00 -05:00
build [v3 examples/build] Taskfile update 2023-11-06 10:41:14 -06:00
clipboard Mac examples + readme updated 2023-10-17 20:25:36 +11:00
contextmenus Mac examples + readme updated 2023-10-17 20:25:36 +11:00
dev [v3 examples] go.* update 2023-11-06 10:41:14 -06:00
dialogs Mac examples + readme updated 2023-10-17 20:25:36 +11:00
drag-n-drop [windows] Drag-n-drop support 2023-10-21 11:21:10 +11:00
events Fix context menu issues. 2023-10-10 21:48:47 +11:00
frameless Update docs 2023-10-28 15:44:36 +11:00
hide-window darwin: add event ApplicationShouldHandleReopen (#2991) 2023-10-22 21:12:12 +11:00
keybindings Mac examples + readme updated 2023-10-17 20:25:36 +11:00
menu Initial menu item bitmap support 2023-10-22 09:32:04 +11:00
oauth Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11:00
plain Mac examples + readme updated 2023-10-17 20:25:36 +11:00
plugins [v3 linux] show dev tools if OpenInspectorAtStartup=true 2023-11-06 12:04:20 -06:00
screen Mac examples + readme updated 2023-10-17 20:25:36 +11:00
server [v3 examples] go.* update 2023-11-06 10:41:14 -06:00
systray [v3 linux] dbus menu icon support 2023-10-26 16:56:06 -05:00
video [darwin] Support Ignore mouse events 2023-10-29 20:29:45 +11:00
window [darwin] fix hiding in window example 2023-11-12 16:13:09 +11:00
wml Mac examples + readme updated 2023-10-17 20:25:36 +11:00
linux_status.org add linux status for examples 2023-11-06 10:49:14 -06:00
README.md Mac examples + readme updated 2023-10-17 20:25:36 +11: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 .

Compiling the examples

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