From ef03bca4f5c6cf848b2fd5fa40c54a48b2eb4d48 Mon Sep 17 00:00:00 2001
From: j-p
Date: Sat, 22 Jan 2022 02:41:06 +0100
Subject: [PATCH] Update README.md
---
README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
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:
--
2.47.3