Skip to content

Commit

Permalink
sponsorship details
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Jun 21, 2024
1 parent d441028 commit 8568b5f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 193 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Native Apple APIs for Golang!
[![Go Report Card](https://goreportcard.com/badge/github.com/progrium/darwinkit)](https://goreportcard.com/report/github.com/progrium/darwinkit)
<a href="https://twitter.com/progrium" title="@progrium on Twitter"><img src="https://img.shields.io/badge/[email protected]" alt="@progrium on Twitter"></a>
<a href="https://github.com/progrium/darwinkit/discussions" title="Project Forum"><img src="https://img.shields.io/badge/community-forum-ff69b4.svg" alt="Project Forum"></a>
<a href="https://github.com/sponsors/progrium" title="Sponsor Project"><img src="https://img.shields.io/static/v1?label=sponsor&message=%E2%9D%A4&logo=GitHub" alt="Sponsor Project" /></a>
<a href="https://github.com/sponsors/darwinkitdev" title="Sponsor Project"><img src="https://img.shields.io/static/v1?label=sponsor&message=%E2%9D%A4&logo=GitHub" alt="Sponsor Project" /></a>

> [!IMPORTANT]
> June 13, 2024: **MacDriver is now DarwinKit and we're about to release 0.5.0!** The [legacy branch](https://github.com/progrium/darwinkit/tree/legacy) and [previous releases](https://github.com/progrium/darwinkit/releases) are still available for existing code to work against. Use `main` until 0.5.0 is released.
Expand Down Expand Up @@ -82,22 +82,10 @@ This is all tenable for simple programs, but these are the reasons we don't *rec

## Examples

### [largetype](./macos/_examples/largetype/main.go)
A Contacts/Quicksilver-style Large Type utility in under 80 lines:
There are basic usage examples [here in this repo](./macos/_examples), but there are higher-quality full utilities you can use as examples or starter templates [when you sponsor](https://github.com/sponsors/darwinkitdev).

![largetype screenshot](./macos/_examples/largetype/largetype.jpeg?raw=true)

### [pomodoro](./macos/_examples/pomodoro/main.go)
A menu bar pomodoro timer in under 80 lines:

![pomodoro gif](./macos/_examples/pomodoro/pomodoro.gif?raw=true)

### [webshot](./macos/_examples/webshot/main.go)
A webview PNG capture example in under 100 lines:

![webshot screenshot](./macos/_examples/webshot/webshot.png?raw=true)
<img alt="SnowScape Demo" src="https://github.com/darwinkitdev/darwinkit-sponsors/assets/1813419/71fea878-878b-4fa8-ad19-c19458b0594e" style="height:125px;" /><img alt="ClipTrail Demo" src="https://github.com/darwinkitdev/darwinkit-sponsors/assets/1813419/29cc3907-9fc3-44c6-bd15-91ae0a8a74ba" style="height:125px;" /><img alt="ScanDrop Demo" src="https://github.com/darwinkitdev/darwinkit-sponsors/assets/1813419/339168f9-b768-461d-a90e-559689bd3a82" style="height:125px;" /><img alt="MenuSpacer Demo" src="https://github.com/darwinkitdev/darwinkit-sponsors/assets/1813419/04da4dd8-c329-4e80-b8c1-72683712f0fc" style="height:125px;" />

### [See all examples](./macos/_examples)

## How it works

Expand Down
Binary file removed macos/_examples/largetype/largetype.jpeg
Binary file not shown.
94 changes: 0 additions & 94 deletions macos/_examples/largetype/main.go

This file was deleted.

84 changes: 0 additions & 84 deletions macos/_examples/pomodoro/main.go

This file was deleted.

Binary file removed macos/_examples/pomodoro/pomodoro.gif
Binary file not shown.

0 comments on commit 8568b5f

Please sign in to comment.