From 2218ef52a0d71a9c841e0c7d8694bf52ff20b9c0 Mon Sep 17 00:00:00 2001 From: j-p Date: Sat, 12 Jan 2019 07:50:22 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d623503..2cae5c7 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,13 @@ ### What is vkvg? **vkvg** is a multiplatform **c** library for drawing 2D vector graphics with [Vulkan](https://www.khronos.org/vulkan/). It's api follows the same pattern as [Cairo](https://www.cairographics.org/), but new functions and original drawing mechanics may be added. + **vkvg** is in early development stage, api may change, any contribution is welcome. + For API documentation and usage, please refer to the [Cairo](https://www.cairographics.org/) documentation. ### Current status: + - Fill (with stencil even-odd technic) and Stroke functional. - Basic painting operation. - Font system with caching operational. -- 2.47.3