Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aacebo/duke
https://github.com/aacebo/duke
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aacebo/duke
- Owner: aacebo
- License: mit
- Created: 2022-12-19T18:40:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T07:06:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T06:17:05.746Z (2 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duke
A tool for creating desktop applications using `Go` with an emphasis on performance## Installation
```bash
$: go get https://github.com/aacebo/duke
```## Development
### Chromium
[Install Google Depot Tools](https://chromium.googlesource.com/chromium/src/+/main/docs/mac_build_instructions.md#install)
#### Fetch Chromium Source Code
```bash
$: cd chromium && caffeinate fetch chromium
```#### Build Chromium From Source
```bash
$: gn gen out/Default && autoninja -C out/Default chrome
```