From: j-p Date: Sat, 12 Jan 2019 06:50:22 +0000 (+0100) Subject: Update README.md X-Git-Tag: v0.1-alpha~103 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=2218ef52a0d71a9c841e0c7d8694bf52ff20b9c0;p=jp%2Fvkvg.git Update README.md --- 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.