5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-09 15:19:59 +08:00
wails/v3/examples
2025-02-25 18:01:36 +01:00
..
binding Update existing examples 2025-02-25 03:33:15 +01:00
build Fix syso naming issue 2024-11-18 20:43:03 +11:00
cancel-async Rename copied files 2025-02-25 18:01:36 +01:00
cancel-chaining Rename copied files 2025-02-25 18:01:36 +01:00
clipboard
contextmenus Better context menu demo text 2025-01-25 09:23:12 +11:00
dev [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
dialogs Documentation updates. 2024-12-16 20:00:56 +11:00
dialogs-basic Fix default index.html serving. 2024-12-14 11:10:07 +11:00
drag-n-drop
environment
events Event cancellation for standard listeners. 2025-01-27 09:29:22 +11:00
events-bug
file-association [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
frameless Improve frameless example 2024-12-27 09:37:55 +11:00
hide-window Removed OnShouldClose: Create single way of handling conditional and unconditional close. 2024-12-23 08:23:07 +11:00
html-dnd-api [v3 alpha test] HTML Drag and Drop API test (#3856) 2024-10-29 20:15:36 +11:00
ignore-mouse
keybindings
menu Documentation updates. 2024-12-16 20:00:56 +11:00
panic-handling Default panic handler should fatal. Update docs and example. 2025-01-21 06:44:28 +11:00
plain BREAKING CHANGE: wml attributes are now prefixed with data- 2025-01-28 07:37:17 +11:00
raw-message
screen [v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665) 2024-09-22 08:38:30 +10:00
services Update existing examples 2025-02-25 03:33:15 +01:00
show-macos-toolbar
single-instance Single Instance feature. 2024-12-30 21:02:43 +11:00
systray-basic Update systray-custom to show keep-alive after window kill 2024-12-23 20:55:29 +11:00
systray-custom Add systray.SetTooltip 2025-02-08 14:01:22 +11:00
systray-menu Fix Hidden Mac MenuItem. 2025-02-16 11:10:19 +11:00
video
window The application menu is now macOS only. 2025-02-03 20:08:31 +11:00
window-api BREAKING CHANGE: wml attributes are now prefixed with data- 2025-01-28 07:37:17 +11:00
window-call Add window to context when calling a service method. Add window-call example to demonstrate how to know which window is calling a service. Fix Window ID skip issue. 2025-01-15 19:32:15 +11:00
window-menu New ContextMenu API + example (#4013) 2025-01-23 22:10:23 +11:00
wml Update existing examples 2025-02-25 03:33:15 +01:00
linux_status.org
README.md

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>