Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <georgelemon@protonmail.com>
  • Loading branch information
georgelemon committed Oct 17, 2024
1 parent f4ea541 commit 9646a30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,27 @@
<p align="center">
<img src="https://github.com/openpeeps/PKG/blob/main/.github/logo.png" width="90px"><br>
OpenPeeps repository template for developing libraries,<br>projects and other cool things. πŸ‘‘ Written in Nim language
Blend2D binding for πŸ‘‘ Nim language<br>
<a href="https://github.com/blend2d/blend2d">Blend2D</a> is a high performance 2D vector graphics engine.
</p>

<p align="center">
<code>nimble install {PKG}</code>
<code>nimble install blend2d</code>
</p>

<p align="center">
<a href="https://github.com/">API reference</a><br>
<img src="https://github.com/openpeeps/pistachio/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/openpeeps/pistachio/workflows/docs/badge.svg" alt="Github Actions">
<img src="https://github.com/openpeeps/blend2d/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/openpeeps/blend2d/workflows/docs/badge.svg" alt="Github Actions">
</p>

## 😍 Key Features
- [x] Open Source | `MIT` License
- [x] Written in Nim language

## Examples
...
todo

### ❀ Contributions & Support
- πŸ› Found a bug? [Create a new Issue](/issues)
- πŸ‘‹ Wanna help? [Fork it!](/fork)
- πŸ› Found a bug? [Create a new Issue](https://github.com/openpeeps/blend2d-nim/issues)
- πŸ‘‹ Wanna help? [Fork it!](https://github.com/openpeeps/blend2d-nim/fork)
- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)
- πŸ₯° [Donate via PayPal address](https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C)

### 🎩 License
{PKG} | MIT license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).<br>
Copyright &copy; 2023 OpenPeeps & Contributors &mdash; All rights reserved.
Blend2D | Zlib license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).<br>
Copyright &copy; 2024 OpenPeeps & Contributors &mdash; All rights reserved.
2 changes: 1 addition & 1 deletion blend2d.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

version = "0.1.0"
author = "George Lemon"
description = "Blend2D bindings for Nim language"
description = "Blend2D binding for Nim language"
license = "MIT"
srcDir = "src"

Expand Down

0 comments on commit 9646a30

Please sign in to comment.