mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 10:02:55 +08:00
Update tutorial
This commit is contained in:
parent
d4662bd797
commit
c82683babf
@ -2,14 +2,12 @@
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Introduction
|
||||
# Ways of contributing
|
||||
|
||||
Wails is an open source, community driven project. We welcome anyone to join us in
|
||||
contributing to the project. This documentation is aimed at anyone wishing to get
|
||||
familiar with the project and the development processes.
|
||||
|
||||
# Ways of contributing
|
||||
|
||||
There are many ways to contribute to the project:
|
||||
|
||||
- Developing new features
|
@ -11,14 +11,14 @@ Wails is a project that enables you to write desktop apps using Go and web techn
|
||||
Consider it a lightweight and fast Electron alternative for Go. You can easily build applications with the flexibility
|
||||
and power of Go, combined with a rich, modern frontend.
|
||||
|
||||
Wails doesn't hold back with the eye candy either! This is [xbar](https://xbarapp.com) - a desktop application for MacOS
|
||||
written using Wails. It has menus, supports light and dark desktop themes, and the main window uses translucency that
|
||||
gives it that 'frosty' effect of a native app.
|
||||
Wails doesn't hold back with the eye candy either! This is [varly](https://varlyapp.com) - a desktop application for
|
||||
MacOS & Windows written using Wails. Not only does it look great, it uses native menus and translucency - everything
|
||||
you'd expect from a modern native app.
|
||||
|
||||
<p class="text--center">
|
||||
<a href="https://xbarapp.com">
|
||||
<img src="/img/xbar-app-preview-2.png" width="75%" />
|
||||
</a>
|
||||
<a href="https://varly.app/">
|
||||
<img src="/img/varly.png" width="75%"/>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## Quick Start Templates
|
||||
|
@ -27,7 +27,7 @@ func main() {
|
||||
MaxHeight: 1024,
|
||||
StartHidden: false,
|
||||
HideWindowOnClose: false,
|
||||
BackgroundColour: &options.RGBA{R: 0, G: 0, B: 0, A: 255},
|
||||
BackgroundColour: &options.RGBA{R: 0, G: 0, B: 0, A: 255},
|
||||
AlwaysOnTop: false,
|
||||
Assets: assets,
|
||||
AssetsHandler: assetsHandler,
|
||||
|
BIN
website/static/img/varly.png
Normal file
BIN
website/static/img/varly.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 671 KiB |
Loading…
Reference in New Issue
Block a user