diff --git a/content/projects.md b/content/projects.md index aa485fc..e0b81b1 100644 --- a/content/projects.md +++ b/content/projects.md @@ -14,7 +14,7 @@ zenn_hide_header_meta = true - [Barbapappa](@/projects/barbapappa.md) _Bar management application to manage transactions and inventory._ -- [pixelpwnr](https://github.com/timvisee/pixelpwnr) _(GitHub, project page is WIP):_ +- [pixelpwnr](@/projects/pixelpwnr.md) _Insanely fast pixelflut client for images and animations written in Rust._ #### Other projects & categories: diff --git a/content/projects/ffsend.md b/content/projects/ffsend.md index 6bec20d..60d306c 100644 --- a/content/projects/ffsend.md +++ b/content/projects/ffsend.md @@ -38,7 +38,7 @@ All files are always encrypted on the client, and secrets are never shared with - [Build](https://github.com/timvisee/ffsend/#build) - [Security](https://github.com/timvisee/ffsend/#security) -View more on the project pages over at: +_View more on the project pages over at:_ - [GitHub][github] - [GitLab][gitlab] diff --git a/content/projects/pixelpwnr.md b/content/projects/pixelpwnr.md new file mode 100644 index 0000000..7e313ce --- /dev/null +++ b/content/projects/pixelpwnr.md @@ -0,0 +1,37 @@ ++++ +title = "pixelpwnr" +description = "pixelpwnr - Insanely fast pixelflut client for images and animations written in Rust." +date = 2017-12-29 + +[taxonomies] +tags = ["cli", "pixelflut", "rust"] +categories = ["project"] + +[extra] +comments = true +zenn_applause = true +zenn_hide_header_meta = true ++++ + +> Insanely fast pixelflut client for images and animations written in Rust. + +- [Visit project page on GitHub][github] + +--- + +- [Features](https://github.com/timvisee/pixelpwnr/#features) +- [Usage](https://github.com/timvisee/pixelpwnr/#usage) +- [Installation](https://github.com/timvisee/pixelpwnr/#installation) + +_View more on the project pages over at:_ + +- [GitHub][github] +- [GitLab][gitlab] + +_Also see these related projects:_ + +- [`pixelpwnr-server`](https://github.com/timvisee/pixelpwnr-server) (pixelflut server, GitHub page) +- [`pixelpwnr-render`](https://github.com/timvisee/pixelpwnr-render) (pixelflut renderer, GitHub page) + +[github]: https://github.com/timvisee/pixelpwnr +[gitlab]: https://gitlab.com/timvisee/pixelpwnr