From f7328eb63da480b924e30c49dc44100b9d46b0c9 Mon Sep 17 00:00:00 2001 From: Joao Victor Dell Agli Date: Mon, 10 Jul 2023 15:23:47 -0300 Subject: [PATCH] Continued writing --- .../posts/2023/2023-07-10-week-6-joaodellagli.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/source/posts/2023/2023-07-10-week-6-joaodellagli.rst b/docs/source/posts/2023/2023-07-10-week-6-joaodellagli.rst index c50ffb8bd..42d973e2e 100644 --- a/docs/source/posts/2023/2023-07-10-week-6-joaodellagli.rst +++ b/docs/source/posts/2023/2023-07-10-week-6-joaodellagli.rst @@ -14,7 +14,7 @@ What I did Last Week Last week I had the goal to implement KDE rendering to the screen (if you want to understand what this is, check my :doc:`last blogpost <2023-07-03-week-5-joaodellagli>`). After some days diving into the code, I finally managed to do it: -.. image:: +.. image:: https://raw.githubusercontent.com/JoaoDell/gsoc_assets/main/images/buffer_compose.png :align: center :alt: KDE render to a billboard @@ -25,14 +25,14 @@ Also, I reviewed the shader part of Tania's PR `#791 `_ to make it more understandable, as its description still dates back to the time I was using the +flawed Framebuffer implementation, and my fellow GSoC contributors will eventually review it, and to do so, they will need to understand it. + Wish me luck! \ No newline at end of file