5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 17:50:33 +08:00
wails/v3/examples
2024-03-17 21:09:20 +11:00
..
binding Normalise app/webview options 2024-03-17 20:57:46 +11: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 Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
dev Normalise app/webview options 2024-03-17 20:57:46 +11:00
dialogs Improve default taskfile 2023-11-16 22:59:04 +11:00
drag-n-drop Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
events Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
frameless Support ProgramName on linux 2024-03-17 21:09:20 +11:00
hide-window Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
keybindings Move to latest webkit2 and remove older code. 2024-03-06 16:59:13 -06: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 Normalise app/webview options 2024-03-17 20:57:46 +11:00
screen Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
server Normalise app/webview options 2024-03-17 20:57:46 +11: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 Support linux systrays, of sorts... 2024-03-06 16:59:13 -06:00
video Normalise app/webview options 2024-03-17 20:57:46 +11:00
window Window Flash for Linux 2024-03-06 11:43:16 -06:00
window-api Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
wml Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11: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>