From: j-p
Date: Sat, 22 Jan 2022 01:41:06 +0000 (+0100)
Subject: Update README.md
X-Git-Tag: v0.3.0-beta
X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=ef03bca4f5c6cf848b2fd5fa40c54a48b2eb4d48;p=jp%2Fvkvg.git
Update README.md
---
diff --git a/README.md b/README.md
index f528702..0d4b337 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,16 @@
+
+
+
+
+
+
+
+
**vkvg** is an open-source *2D graphics library* written in **C** using [Vulkan](https://www.khronos.org/vulkan/) as backend. The **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, the API is subject to change. All contributions are welcome.
@@ -78,6 +86,8 @@ if `glslc` or `xxd` are not present, a precompiled version of the shaders is sto
## Building
+
+
```bash
#fetch sources from github
git clone --recursive https://github.com/jpbruyere/vkvg.git
@@ -88,6 +98,7 @@ cd build
# Run CMake configuration
cmake ..
```
+
### CMake configure options
##### Core library options: