mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 12:30:48 +08:00
84 lines
3.3 KiB
Plaintext
84 lines
3.3 KiB
Plaintext
---
|
|
sidebar_position: 99
|
|
---
|
|
|
|
# Credits
|
|
|
|
- [Lea Anthony](https://github.com/leaanthony) - Project owner, lead developer
|
|
- [Misitebao](https://github.com/misitebao) - Chinese documentation, Windows testing, Bug finder general
|
|
- [Travis McLane](https://github.com/tmclane) - Cross-compilation work, MacOS testing
|
|
- [Byron Chris](https://github.com/bh90210) - Linux distro wizard, Linux testing
|
|
|
|
## Sponsors
|
|
|
|
<div
|
|
dangerouslySetInnerHTML={{
|
|
__html: `
|
|
<a href="https://github.com/sponsors/leaanthony" style="width:100px;">
|
|
<img src="/img/bronze%20sponsor.png" width="100"/>
|
|
</a>
|
|
<a href="https://github.com/snider" style="width:100px;">
|
|
<img src="https://github.com/snider.png?size=100" width="100"/>
|
|
</a>
|
|
<br/>
|
|
<br/>
|
|
<a href="https://github.com/matryer" style="width:100px">
|
|
<img src="https://github.com/matryer.png" width="100"/>
|
|
</a>
|
|
<a href="https://www.jetbrains.com?from=Wails" style="width:100px">
|
|
<img src="/img/jetbrains-grayscale.png" width="100"/>
|
|
</a>
|
|
<a href="https://github.com/tc-hib" style="width:55px">
|
|
<img src="https://github.com/tc-hib.png?size=55" width="55"/>
|
|
</a>
|
|
<a href="https://github.com/picatz" style="width:50px">
|
|
<img src="https://github.com/picatz.png?size=50" width="50"/>
|
|
</a>
|
|
<a href="https://github.com/tylertravisty" style="width:50px">
|
|
<img src="https://github.com/tylertravisty.png?size=50" width="50"/>
|
|
</a>
|
|
<a href="https://github.com/akhudek" style="width:50px">
|
|
<img src="https://github.com/akhudek.png?size=50" width="50"/>
|
|
</a>
|
|
<a href="https://github.com/trea" style="width:50px">
|
|
<img src="https://github.com/trea.png?size=50" width="50"/>
|
|
</a>
|
|
<a href="https://github.com/LanguageAgnostic" style="width:55px">
|
|
<img src="https://github.com/LanguageAgnostic.png?size=55" width="55"/>
|
|
</a>
|
|
<a href="https://github.com/fcjr" style="width:55px">
|
|
<img src="https://github.com/fcjr.png?size=55" width="55"/>
|
|
</a>
|
|
<a href="https://github.com/nickarellano" style="width:60px">
|
|
<img src="https://github.com/nickarellano.png?size=60" width="60"/>
|
|
</a>
|
|
<a href="https://github.com/bglw" style="width:65px">
|
|
<img src="https://github.com/bglw.png?size=65" width="65"/>
|
|
</a>
|
|
<a href="https://github.com/jugglingjsons" style="width:50px">
|
|
<img src="https://github.com/jugglingjsons.png?size=50" width="50"/>
|
|
</a>
|
|
<a href="https://github.com/marcus-crane" style="width:50px">
|
|
<img src="https://github.com/marcus-crane.png?size=50" width="50"/>
|
|
</a>
|
|
`,
|
|
}}
|
|
/>
|
|
|
|
## Contributors
|
|
|
|
import Contributors from "react-contributors";
|
|
|
|
<Contributors owner="wailsapp" repo="wails" />
|
|
|
|
## Special Mentions
|
|
|
|
- [John Chadwick](https://github.com/jchv) - His amazing work on [go-webview2](https://github.com/jchv/go-webview2) and
|
|
[go-winloader](https://github.com/jchv/go-winloader) have made the Windows version possible.
|
|
- [Tad Vizbaras](https://github.com/tadvi) - His winc project was the first step down the path to a pure Go Wails.
|
|
- [Mat Ryer](https://github.com/matryer) - For advice, support and bants.
|
|
- [Dustin Krysak](https://wiki.ubuntu.com/bashfulrobot) - His support and feedback has been invaluable.
|
|
- [Justen Walker](https://github.com/justenwalker/) - For helping wrangle COM issues which got v2 over the line.
|
|
- [Wang, Chi](https://github.com/patr0nus/) - The DeskGap project was a huge influence on the direction of Wails v2.
|
|
- [Serge Zaitsev](https://github.com/zserge) - Whilst Wails does not use the Webview project, it is still a source of inspiration.
|