5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 12:01:42 +08:00
wails/v3/examples
2025-01-11 14:31:57 +11:00
..
binding [v3] Enforce stricter typing for generated bindings (#3498) 2024-05-19 23:28:45 +10:00
build Fix syso naming issue 2024-11-18 20:43:03 +11:00
clipboard Mac examples + readme updated 2023-10-17 20:25:36 +11:00
contextmenus Fix context menu example 2024-03-20 21:18:46 +11:00
dev Fix syso naming issue 2024-11-18 20:43:03 +11: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 [V3] fix drag n drop example not running (#3742) 2024-09-13 05:41:06 +10:00
environment example: environment - change css 2024-05-03 12:52:15 -05:00
events Refactored Events (#3731) 2024-09-07 16:39:02 +10:00
events-bug Clean up footer 2024-07-30 07:57:25 +10:00
file-association Add -clean option for bindings generation. 2025-01-11 14:31:57 +11: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 [windows] Add support for click-through overlay window (#3667) 2024-08-18 20:50:22 +10:00
keybindings Move to latest webkit2 and remove older code. 2024-03-06 16:59:13 -06:00
menu Documentation updates. 2024-12-16 20:00:56 +11:00
plain # Conflicts: 2024-09-18 05:55:49 +10:00
raw-message Support raw messages from JS 2024-06-08 20:43:24 +10:00
screen [v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665) 2024-09-22 08:38:30 +10:00
services Ignore internal service methods when binding (#3720) 2024-09-09 08:36:19 +10: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
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 Reduce flicker. 2024-12-27 09:09:00 +11:00
systray-menu Better logo in systray-menu example 2024-12-27 09:23:39 +11:00
video Refactored Events (#3731) 2024-09-07 16:39:02 +10:00
window Removed OnShouldClose: Create single way of handling conditional and unconditional close. 2024-12-23 08:23:07 +11:00
window-api [v3] Update and fix runtime JS API (#3295) 2024-03-20 20:30:14 +11:00
wml # Conflicts: 2024-09-18 05:55:49 +10: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>