5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 02:09:38 +08:00
wails/v3/examples
Lea Anthony 7795a2a46f
Fix modifier processing on windows.
Move info logs to debug.
2023-10-15 13:53:31 +11:00
..
binding Fix example building. Update workflow 2023-10-15 10:43:39 +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 Fix context menu issues. 2023-10-10 21:48:47 +11:00
dev Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11:00
dialogs Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
drag-n-drop Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
events Fix context menu issues. 2023-10-10 21:48:47 +11:00
frameless Fix example building. Update workflow 2023-10-15 10:43:39 +11:00
keybindings Fix modifier processing on windows. 2023-10-15 13:53:31 +11:00
menu Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
oauth Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11:00
plain Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11:00
plugins Fix example building. Update workflow 2023-10-15 10:43:39 +11:00
screen Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
server Move server plugin to experimental dir 2023-10-11 20:25:56 +11:00
systray Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
window Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
wml Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11: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>