5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 00:32:32 +08:00
wails/v3/examples
2023-09-28 12:14:54 -05:00
..
binding Update bindings example 2023-09-04 21:01:00 +10:00
build Add MACOSX_DEPLOYMENT_TARGET to taskfiles 2023-09-08 11:23:38 +10:00
clipboard [v3] Move dialogs out of application 2023-06-24 13:57:51 +10:00
contextmenus [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
dev Add MACOSX_DEPLOYMENT_TARGET to taskfiles 2023-09-08 11:23:38 +10:00
dialogs Add MACOSX_DEPLOYMENT_TARGET to taskfiles 2023-09-08 11:23:38 +10:00
drag-n-drop [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
events Support IsDarkMode in application event context. Fix bug with event mapping. 2023-09-15 20:10:09 +10:00
frameless Support Mac in wails doctor 2023-09-03 10:30:31 +10:00
keybindings [darwin] Support keybindings 2023-09-20 21:34:50 +10:00
kitchensink [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
menu
oauth [v3] Fix oauth bug. Added logout capability 2023-07-09 20:13:29 +10:00
plain [v3] Fix examples background color (#2750) 2023-07-01 10:55:10 +10:00
plugins Add LogLevel application option. Update log plugin to have log levels. 2023-09-13 09:44:37 +10:00
screen Add some more API docs. Small refactors. 2023-09-24 17:23:24 +10:00
server [v3 example/server] initial implementation 2023-09-28 12:14:54 -05:00
systray Add API docs. Do small refactors 2023-09-24 08:57:40 +10:00
window [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
windowjs
wml [v3] Fix examples background color (#2750) 2023-07-01 10:55:10 +10: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>