From c9a33f4c5a796eafbd1a24687e5f1538c5937633 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Tue, 6 Feb 2018 08:41:24 +0100 Subject: [PATCH] update README --- LICENSE.md | 21 ++++++++++ README.md | 37 ++++++++++++++++- vkvg.svg | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 177 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md create mode 100644 vkvg.svg diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d65cd06 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [2018] [Jean-Philippe Bruyère] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 4945d74..04e3998 100644 --- a/README.md +++ b/README.md @@ -1 +1,36 @@ -# vkvg +

+
+ + vkvg + +
+
+ Vulkan Vector Graphics +
+

+ + + +

+

+ +### What is vkvg? + +**vkvg** is a multiplateform **c** library for drawing 2d vector graphics with [Vulkan](https://www.khronos.org/vulkan/). + +[Cairo](https://www.cairographics.org/) missing a vulkan backend, I decided to start one myself trying to keep my api as close to cairo as possible. Maybe vkvg could serve as a starting point for cairo maintainers to start their vulkan backend. + +### Current status: + +vkvg is in early development stage, and no guarantie is given on the possible roadmap. + +- Basic shape fill and stroke functional, using ears clipping. +- Basic painting operation. +- Font system with caching operational. +- Context should be thread safe, tests required. +- Nice logo. + +### Roardmap + +- Offscreen pattern building. + diff --git a/vkvg.svg b/vkvg.svg new file mode 100644 index 0000000..df4f790 --- /dev/null +++ b/vkvg.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + -- 2.47.3