diff --git a/README.md b/README.md new file mode 100644 index 0000000..a271ee6 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Diffusion Curve Renderer + +Rendering 2D Bezier curves using OpenGL, QT and C++. +Diffusing colors constrained by Bezier curves. +Diffusion algorithm belongs to [Orzan et al.](https://hal.archives-ouvertes.fr/inria-00274768/) + +## Screenshots +![](Screenshot_2022-01-26_233827.png) + +![](Screenshot_2022-01-26_233605.png) + +## Keywords +C++, Qt 6, OpenGL, GLSL, Diffusion Curves, 2D Rendering, Bezier Curves, ImGui diff --git a/Screenshot_2022-01-26_233605.png b/Screenshot_2022-01-26_233605.png new file mode 100644 index 0000000..603cc0d Binary files /dev/null and b/Screenshot_2022-01-26_233605.png differ diff --git a/Screenshot_2022-01-26_233827.png b/Screenshot_2022-01-26_233827.png new file mode 100644 index 0000000..ab91a7d Binary files /dev/null and b/Screenshot_2022-01-26_233827.png differ