5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 00:30:55 +08:00
wails/v3/examples
2024-03-04 10:34:14 +01:00
..
binding [runtime] Add cancelation of bound method calls and context passing 2024-03-04 10:34:14 +01: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 [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
dev [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
dialogs Improve default taskfile 2023-11-16 22:59:04 +11:00
drag-n-drop [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
events [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
frameless [runtime] Add cancelation of bound method calls and context passing 2024-03-04 10:34:14 +01:00
hide-window [V3/macos] Fix systray click handling when no attached window (#3207) 2024-01-17 22:36:22 +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 [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
plain Mac examples + readme updated 2023-10-17 20:25:36 +11:00
plugins [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
screen [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
server [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
show-macos-toolbar [v3] Add option for showing the toolbar in fullscreen mode on macOS (#3282) 2024-03-02 20:10:25 +11: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 Add control to disable window buttons on Mac 2024-02-08 08:31:58 +11:00
window-api [runtime] Add cancelation of bound method calls and context passing 2024-03-04 10:34:14 +01:00
wml [runtime] Add cancelation of bound method calls and context passing 2024-03-04 10:34:14 +01:00
linux_status.org add linux status for examples 2023-11-06 10:49:14 -06:00
README.md Improve documentation 2023-12-13 22:40:35 +11:00

v3

NOTE: The examples in this directory may or may not compile / run at any given time during alpha development.

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>