5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 20:01:37 +08:00
wails/v3/examples
2023-10-23 20:49:21 +11:00
..
binding [darwin] Fix menu icon 2023-10-22 14:34:04 +11:00
build Mac examples + readme updated 2023-10-17 20:25:36 +11: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 [darwin] Fix menu icon 2023-10-22 14:34:04 +11: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 [darwin] Fix menu icon 2023-10-22 14:34:04 +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 [darwin] Fix menu icon 2023-10-22 14:34:04 +11:00
screen Mac examples + readme updated 2023-10-17 20:25:36 +11:00
server [darwin] Fix menu icon 2023-10-22 14:34:04 +11:00
systray V3 alpha linux dbus (#2996) 2023-10-21 11:39:46 +11:00
video [windows] html fullscreen support 2023-10-23 20:49:21 +11:00
window Mac examples + readme updated 2023-10-17 20:25:36 +11:00
wml Mac examples + readme updated 2023-10-17 20:25:36 +11: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>