From 823c8ea8bcf5b745fa9f41e17da47323efd99830 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Mon, 21 Feb 2022 19:27:14 +0100 Subject: [PATCH] add some credits on README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dc5fa2e..a5d003d 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,12 @@ See the [contribution guide](https://github.com/jpbruyere/vkvg/blob/master/CONTR Join us on [gitter](https://gitter.im/CSharpRapidOpenWidgets) for any question. +## Addtitional Credits + +vkvg use the [AGG's project](http://antigrain.com/) recursive bezier which is kindly exposed [here](http://agg.sourceforge.net/antigrain.com/research/adaptive_bezier/index.html). +I've learned Vulkan with the help of the excellent [Sacha Willems's vulkan examples](https://github.com/SaschaWillems/Vulkan). +The 2d affine matrix implementation follows Cairo's one. + ## Change log * v0.2.0 -- 2.47.3