5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 20:31:45 +08:00
wails/v3/examples
Lea Anthony 4c75b288bb
Add BrowserOpenURL and BrowserOpenFile to App.
Better WML assets for demo
Fix dialog responses.
Add `wml-openurl`
Rename: data-wml -> wml
Fix Alpha Feedback URL
2023-10-11 20:23:59 +11:00
..
binding Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +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 Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11:00
keybindings Fix windows icon for about box. 2023-10-09 20:56:19 +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 Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11:00
screen Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
server Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +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>