From 4e2a79ed3db2067c6ef3631ca21e3c7d27b9fc55 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sat, 1 Mar 2025 09:52:00 +0000 Subject: Fix image link in rasterizing triangles --- html/feed.xml | 30 +++++++++++++++--------------- html/graphics_feed.xml | 16 ++++++++-------- html/notes/rasterizing-triangles.html | 2 +- notes/rasterizing-triangles.md | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/html/feed.xml b/html/feed.xml index 7de5c89..d8f1135 100644 --- a/html/feed.xml +++ b/html/feed.xml @@ -1,5 +1,5 @@ -Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsSun, 29 Dec 2024 15:55:41 -0000Generating Videohttps://fryzekconcepts.com/notes/generating-video.html<p>One thing I’m very interested in is computer graphics. This could be +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsSat, 01 Mar 2025 09:51:45 -0000Generating Videohttps://fryzekconcepts.com/notes/generating-video.html<p>One thing I’m very interested in is computer graphics. This could be complex 3D graphics or simple 2D graphics. The idea of getting a computer to display visual data fascinates me. One fundamental part of showing visual data is interfacing with a computer monitor. This can be @@ -578,7 +578,7 @@ applied to any FPGA and any connector that uses a video signal like this. For example you could wire up a DAC with a resistor ladder to generate a VGA signal. The logic for the timings here would be exactly the same if you wanted a 640x480@60 Hz VGA signal.</p> -Tue, 07 Apr 2020 04:00:00 -0000https://fryzekconcepts.com/notes/generating-video.htmlN64Brew GameJam 2021https://fryzekconcepts.com/notes/n64brew-gamejam-2021.html<p>So this year, myself and two others decided to participate together +Mon, 06 Apr 2020 23:00:00 -0000https://fryzekconcepts.com/notes/generating-video.htmlN64Brew GameJam 2021https://fryzekconcepts.com/notes/n64brew-gamejam-2021.html<p>So this year, myself and two others decided to participate together in the N64Brew homebrew GameJam, where we were supposed to build a homebrew game that would run on a real Nintendo 64. The game jam took place from October 8th until December 8th and was the second GameJam in @@ -718,7 +718,7 @@ modern N64 Flashcarts for networking, allowing the N64 to have online multiplayer through a computer connected over USB. I feel that projects like this could really elevate the kind of content that is available on the N64 and bring it into the modern era.</p> -Fri, 10 Dec 2021 05:00:00 -0000https://fryzekconcepts.com/notes/n64brew-gamejam-2021.htmlRasterizing Triangleshttps://fryzekconcepts.com/notes/rasterizing-triangles.html<p>Lately I’ve been trying to implement a software renderer <a +Fri, 10 Dec 2021 00:00:00 -0000https://fryzekconcepts.com/notes/n64brew-gamejam-2021.htmlRasterizing Triangleshttps://fryzekconcepts.com/notes/rasterizing-triangles.html<p>Lately I’ve been trying to implement a software renderer <a href="https://www.cs.drexel.edu/~david/Classes/Papers/comp175-06-pineda.pdf">following the algorithm described by Juan Pineda in “A Parallel Algorithm for Polygon Rasterization”</a>. For those unfamiliar with the paper, it @@ -789,7 +789,7 @@ have 2 times the area of each of the sub triangles that are defined by our point.</p> <figure> <img -src="https://www.scratchapixel.com/images/ray-triangle/barycentric.png?" +src="https://www.scratchapixel.com/images/ray-triangle/barycentric.png" alt="Triangle barycentric coordinates from scratchpixel tutorial" /> <figcaption aria-hidden="true">Triangle barycentric coordinates from scratchpixel tutorial</figcaption> @@ -887,7 +887,7 @@ point arithmetic, be careful to insure you have enough precision to calculate all of these values with overflow or underflow. This was an issue I ran into running out of precision when I did the divide by the area.</p> -Sun, 03 Apr 2022 04:00:00 -0000https://fryzekconcepts.com/notes/rasterizing-triangles.htmlBaremetal RISC-Vhttps://fryzekconcepts.com/notes/baremetal-risc-v.html<p>After re-watching suckerpinch’s <a +Sat, 02 Apr 2022 23:00:00 -0000https://fryzekconcepts.com/notes/rasterizing-triangles.htmlBaremetal RISC-Vhttps://fryzekconcepts.com/notes/baremetal-risc-v.html<p>After re-watching suckerpinch’s <a href="https://www.youtube.com/watch?v=ar9WRwCiSr0">“Reverse Emulation”</a> video I got inspired to try and replicate what he did, but instead do it on an N64. Now my idea here is not to preform reverse @@ -1113,7 +1113,7 @@ emulating the N64 cartridge bus which will require me to get GPIO working as well as interrupts on the GPIO lines. If you want to see the current progress of my work you can check it out on github <a href="https://github.com/Hazematman/N64-Cart-Emulator">here</a>.</p> -Thu, 09 Jun 2022 04:00:00 -0000https://fryzekconcepts.com/notes/baremetal-risc-v.htmlDigital Gardenhttps://fryzekconcepts.com/notes/digital_garden.html<p>After reading Maggie Appleton page on <a +Wed, 08 Jun 2022 23:00:00 -0000https://fryzekconcepts.com/notes/baremetal-risc-v.htmlDigital Gardenhttps://fryzekconcepts.com/notes/digital_garden.html<p>After reading Maggie Appleton page on <a href="https://maggieappleton.com/garden-history">digital gardens</a> I was inspired to convert my own website into a digital garden.</p> <p>I have many half baked ideas that I seem to be able to finish. Some @@ -1134,7 +1134,7 @@ has not been totally developed yet and right now it just provides with a convenient way to link to other notes or pages on this site.</p> <p>I hope to develop this section more and explain how I got various features in pandoc to work as a static site generator.</p> -Sun, 30 Oct 2022 04:00:00 -0000https://fryzekconcepts.com/notes/digital_garden.html2022 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2022_igalia_graphics_team.html<p>This year I started a new job working with <a +Sat, 29 Oct 2022 23:00:00 -0000https://fryzekconcepts.com/notes/digital_garden.html2022 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2022_igalia_graphics_team.html<p>This year I started a new job working with <a href="https://www.igalia.com/technology/graphics">Igalia’s Graphics Team</a>. For those of you who don’t know <a href="https://www.igalia.com/">Igalia</a> they are a <a @@ -1394,7 +1394,7 @@ Atlantic!</a></p> alt="Photo of A Coruña" /> <figcaption aria-hidden="true">Photo of A Coruña</figcaption> </figure> -Thu, 02 Feb 2023 05:00:00 -0000https://fryzekconcepts.com/notes/2022_igalia_graphics_team.htmlGlobal Game Jam 2023 - GI Jamhttps://fryzekconcepts.com/notes/global_game_jam_2023.html<p>At the beginning of this month I participated in the Games +Thu, 02 Feb 2023 00:00:00 -0000https://fryzekconcepts.com/notes/2022_igalia_graphics_team.htmlGlobal Game Jam 2023 - GI Jamhttps://fryzekconcepts.com/notes/global_game_jam_2023.html<p>At the beginning of this month I participated in the Games Institutes’s Global Game Jam event. <a href="https://uwaterloo.ca/games-institute/">The Games Institute</a> is an organization at my local university (The University of Waterloo) that @@ -1497,7 +1497,7 @@ of lack of personal motivation, poor team dynamics, and other factors, none of those game jams panned out. This was the first game jam in a while where I feel like I really connected with my team and I also feel like we made a super polished and fun game in the end.</p> -Sat, 11 Feb 2023 05:00:00 -0000https://fryzekconcepts.com/notes/global_game_jam_2023.htmlJourney Through Freedrenohttps://fryzekconcepts.com/notes/freedreno_journey.html<figure> +Sat, 11 Feb 2023 00:00:00 -0000https://fryzekconcepts.com/notes/global_game_jam_2023.htmlJourney Through Freedrenohttps://fryzekconcepts.com/notes/freedreno_journey.html<figure> <img src="/assets/freedreno/glinfo_freedreno.png" alt="Android running Freedreno" /> <figcaption aria-hidden="true">Android running Freedreno</figcaption> @@ -1707,7 +1707,7 @@ MR</a>.</p> alt="Freedreno running 3d-mark" /> <figcaption aria-hidden="true">Freedreno running 3d-mark</figcaption> </figure> -Tue, 28 Feb 2023 05:00:00 -0000https://fryzekconcepts.com/notes/freedreno_journey.htmlIgalia’s Mesa 23.1 Contributions - Behind the Sceneshttps://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.html<p>It’s an exciting time for Mesa as its next major release is unveiled +Tue, 28 Feb 2023 00:00:00 -0000https://fryzekconcepts.com/notes/freedreno_journey.htmlIgalia’s Mesa 23.1 Contributions - Behind the Sceneshttps://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.html<p>It’s an exciting time for Mesa as its next major release is unveiled this week. Igalia has played an important role in this milestone, with Eric Engestrom managing the release and 11 other Igalians contributing over 110 merge requests. A sample of these contributions are detailed @@ -1790,7 +1790,7 @@ href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21558">https: <li><a href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20180">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20180</a></li> </ul> -Thu, 11 May 2023 04:00:00 -0000https://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.htmlConverting from 3D to 2Dhttps://fryzekconcepts.com/notes/converting_from_3d_to_2d.html<p>Recently I’ve been working on a project where I needed to convert an +Wed, 10 May 2023 23:00:00 -0000https://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.htmlConverting from 3D to 2Dhttps://fryzekconcepts.com/notes/converting_from_3d_to_2d.html<p>Recently I’ve been working on a project where I needed to convert an application written in OpenGL to a software renderer. The matrix transformation code in OpenGL made use of the GLM library for matrix math, and I needed to convert the 4x4 matrices to be 3x3 matrices to @@ -1902,7 +1902,7 @@ application when moving from a “3D homogeneous space” to a “2D homogeneous space”.</p> <p>Hopefully this explanation helps if you are every working on converting 3D transformation code to 2D.</p> -Mon, 25 Sep 2023 04:00:00 -0000https://fryzekconcepts.com/notes/converting_from_3d_to_2d.htmlA Dive into Vulkanised 2024https://fryzekconcepts.com/notes/vulkanised_2024.html<figure> +Sun, 24 Sep 2023 23:00:00 -0000https://fryzekconcepts.com/notes/converting_from_3d_to_2d.htmlA Dive into Vulkanised 2024https://fryzekconcepts.com/notes/vulkanised_2024.html<figure> <img src="/assets/vulkanised_2024/vulkanized_logo_web.jpg" alt="Vulkanised sign at google’s office" /> <figcaption aria-hidden="true">Vulkanised sign at google’s @@ -2012,7 +2012,7 @@ Area!</p> alt="Great bay area food" /> <figcaption aria-hidden="true">Great bay area food</figcaption> </figure> -Wed, 14 Feb 2024 05:00:00 -0000https://fryzekconcepts.com/notes/vulkanised_2024.htmlSoftware Rendering and Androidhttps://fryzekconcepts.com/notes/android_swrast.html<p>My current project at Igalia has had me working on Mesa’s software +Wed, 14 Feb 2024 00:00:00 -0000https://fryzekconcepts.com/notes/vulkanised_2024.htmlSoftware Rendering and Androidhttps://fryzekconcepts.com/notes/android_swrast.html<p>My current project at Igalia has had me working on Mesa’s software renderers, llvmpipe and lavapipe. I’ve been working to get them running on Android, and I wanted to document the progress I’ve made, the challenges I’ve faced, and talk a little bit about the development @@ -2168,7 +2168,7 @@ class="uri">https://gitlab.freedesktop.org/mesa/mesa/-/blob/9705df53408777d49 <li>My updated documentation in MR for Android integration in mesa</li> </ul></li> </ul> -Thu, 27 Jun 2024 04:00:00 -0000https://fryzekconcepts.com/notes/android_swrast.html2024 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2024_igalia_graphics_team.html<p>2024 has been an exciting year for the <a +Wed, 26 Jun 2024 23:00:00 -0000https://fryzekconcepts.com/notes/android_swrast.html2024 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2024_igalia_graphics_team.html<p>2024 has been an exciting year for the <a href="https://www.igalia.com/technology/graphics">Igalia’s Graphics Team</a>. We’ve been making a lot of progress on Turnip, AMD display driver, the Raspberry Pi graphics stack, Vulkan video, and more.</p> @@ -2459,4 +2459,4 @@ Melissa will also present about kworkflow there. We’ll also be at XDC 2025, networking and presenting about all the work we are doing on the Linux graphics stack. Thanks for following our work this year, and here’s to making 2025 an even better year for Linux graphics!</p> -Fri, 20 Dec 2024 05:00:00 -0000https://fryzekconcepts.com/notes/2024_igalia_graphics_team.html \ No newline at end of file +Fri, 20 Dec 2024 00:00:00 -0000https://fryzekconcepts.com/notes/2024_igalia_graphics_team.html \ No newline at end of file diff --git a/html/graphics_feed.xml b/html/graphics_feed.xml index f5cb163..cd07d0f 100644 --- a/html/graphics_feed.xml +++ b/html/graphics_feed.xml @@ -1,5 +1,5 @@ -Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsSun, 29 Dec 2024 15:55:41 -00002022 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2022_igalia_graphics_team.html<p>This year I started a new job working with <a +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsSat, 01 Mar 2025 09:51:45 -00002022 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2022_igalia_graphics_team.html<p>This year I started a new job working with <a href="https://www.igalia.com/technology/graphics">Igalia’s Graphics Team</a>. For those of you who don’t know <a href="https://www.igalia.com/">Igalia</a> they are a <a @@ -259,7 +259,7 @@ Atlantic!</a></p> alt="Photo of A Coruña" /> <figcaption aria-hidden="true">Photo of A Coruña</figcaption> </figure> -Thu, 02 Feb 2023 05:00:00 -0000https://fryzekconcepts.com/notes/2022_igalia_graphics_team.htmlJourney Through Freedrenohttps://fryzekconcepts.com/notes/freedreno_journey.html<figure> +Thu, 02 Feb 2023 00:00:00 -0000https://fryzekconcepts.com/notes/2022_igalia_graphics_team.htmlJourney Through Freedrenohttps://fryzekconcepts.com/notes/freedreno_journey.html<figure> <img src="/assets/freedreno/glinfo_freedreno.png" alt="Android running Freedreno" /> <figcaption aria-hidden="true">Android running Freedreno</figcaption> @@ -469,7 +469,7 @@ MR</a>.</p> alt="Freedreno running 3d-mark" /> <figcaption aria-hidden="true">Freedreno running 3d-mark</figcaption> </figure> -Tue, 28 Feb 2023 05:00:00 -0000https://fryzekconcepts.com/notes/freedreno_journey.htmlIgalia’s Mesa 23.1 Contributions - Behind the Sceneshttps://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.html<p>It’s an exciting time for Mesa as its next major release is unveiled +Tue, 28 Feb 2023 00:00:00 -0000https://fryzekconcepts.com/notes/freedreno_journey.htmlIgalia’s Mesa 23.1 Contributions - Behind the Sceneshttps://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.html<p>It’s an exciting time for Mesa as its next major release is unveiled this week. Igalia has played an important role in this milestone, with Eric Engestrom managing the release and 11 other Igalians contributing over 110 merge requests. A sample of these contributions are detailed @@ -552,7 +552,7 @@ href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21558">https: <li><a href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20180">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20180</a></li> </ul> -Thu, 11 May 2023 04:00:00 -0000https://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.htmlConverting from 3D to 2Dhttps://fryzekconcepts.com/notes/converting_from_3d_to_2d.html<p>Recently I’ve been working on a project where I needed to convert an +Wed, 10 May 2023 23:00:00 -0000https://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.htmlConverting from 3D to 2Dhttps://fryzekconcepts.com/notes/converting_from_3d_to_2d.html<p>Recently I’ve been working on a project where I needed to convert an application written in OpenGL to a software renderer. The matrix transformation code in OpenGL made use of the GLM library for matrix math, and I needed to convert the 4x4 matrices to be 3x3 matrices to @@ -664,7 +664,7 @@ application when moving from a “3D homogeneous space” to a “2D homogeneous space”.</p> <p>Hopefully this explanation helps if you are every working on converting 3D transformation code to 2D.</p> -Mon, 25 Sep 2023 04:00:00 -0000https://fryzekconcepts.com/notes/converting_from_3d_to_2d.htmlA Dive into Vulkanised 2024https://fryzekconcepts.com/notes/vulkanised_2024.html<figure> +Sun, 24 Sep 2023 23:00:00 -0000https://fryzekconcepts.com/notes/converting_from_3d_to_2d.htmlA Dive into Vulkanised 2024https://fryzekconcepts.com/notes/vulkanised_2024.html<figure> <img src="/assets/vulkanised_2024/vulkanized_logo_web.jpg" alt="Vulkanised sign at google’s office" /> <figcaption aria-hidden="true">Vulkanised sign at google’s @@ -774,7 +774,7 @@ Area!</p> alt="Great bay area food" /> <figcaption aria-hidden="true">Great bay area food</figcaption> </figure> -Wed, 14 Feb 2024 05:00:00 -0000https://fryzekconcepts.com/notes/vulkanised_2024.htmlSoftware Rendering and Androidhttps://fryzekconcepts.com/notes/android_swrast.html<p>My current project at Igalia has had me working on Mesa’s software +Wed, 14 Feb 2024 00:00:00 -0000https://fryzekconcepts.com/notes/vulkanised_2024.htmlSoftware Rendering and Androidhttps://fryzekconcepts.com/notes/android_swrast.html<p>My current project at Igalia has had me working on Mesa’s software renderers, llvmpipe and lavapipe. I’ve been working to get them running on Android, and I wanted to document the progress I’ve made, the challenges I’ve faced, and talk a little bit about the development @@ -930,7 +930,7 @@ class="uri">https://gitlab.freedesktop.org/mesa/mesa/-/blob/9705df53408777d49 <li>My updated documentation in MR for Android integration in mesa</li> </ul></li> </ul> -Thu, 27 Jun 2024 04:00:00 -0000https://fryzekconcepts.com/notes/android_swrast.html2024 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2024_igalia_graphics_team.html<p>2024 has been an exciting year for the <a +Wed, 26 Jun 2024 23:00:00 -0000https://fryzekconcepts.com/notes/android_swrast.html2024 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2024_igalia_graphics_team.html<p>2024 has been an exciting year for the <a href="https://www.igalia.com/technology/graphics">Igalia’s Graphics Team</a>. We’ve been making a lot of progress on Turnip, AMD display driver, the Raspberry Pi graphics stack, Vulkan video, and more.</p> @@ -1221,4 +1221,4 @@ Melissa will also present about kworkflow there. We’ll also be at XDC 2025, networking and presenting about all the work we are doing on the Linux graphics stack. Thanks for following our work this year, and here’s to making 2025 an even better year for Linux graphics!</p> -Fri, 20 Dec 2024 05:00:00 -0000https://fryzekconcepts.com/notes/2024_igalia_graphics_team.html \ No newline at end of file +Fri, 20 Dec 2024 00:00:00 -0000https://fryzekconcepts.com/notes/2024_igalia_graphics_team.html \ No newline at end of file diff --git a/html/notes/rasterizing-triangles.html b/html/notes/rasterizing-triangles.html index 153a471..71fa49f 100644 --- a/html/notes/rasterizing-triangles.html +++ b/html/notes/rasterizing-triangles.html @@ -116,7 +116,7 @@ have 2 times the area of each of the sub triangles that are defined by our point.

Triangle barycentric coordinates from scratchpixel tutorial diff --git a/notes/rasterizing-triangles.md b/notes/rasterizing-triangles.md index 73acb33..88f232a 100644 --- a/notes/rasterizing-triangles.md +++ b/notes/rasterizing-triangles.md @@ -31,7 +31,7 @@ In order to figure out how build this rasterizer [I reached out to the internet] From this comment you can see that it is trivial to calculate to calculate the barycentric coordinates of the triangle from the edge function. You simply need to divide the the calculated edge function value by the area of parallelogram. Now what is the area of triangle? Well this is where some [more research](https://www.scratchapixel.com/lessons/3d-basic-rendering/ray-tracing-rendering-a-triangle/barycentric-coordinates) online helped. If the edge function defines the area of a parallelogram (2 times the area of the triangle) of `(X,Y)->(X+dX,Y+dY)` and `(X,Y)->(x,y)`, and we calculate three edge function values (one for each edge), then we have 2 times the area of each of the sub triangles that are defined by our point. -![Triangle barycentric coordinates from scratchpixel tutorial](https://www.scratchapixel.com/images/ray-triangle/barycentric.png?) +![Triangle barycentric coordinates from scratchpixel tutorial](https://www.scratchapixel.com/images/ray-triangle/barycentric.png) From this its trivial to see that we can calculate 2 times the area of the triangle just by adding up all the individual areas of the sub triangles (I used triangles here, but really we are adding the area of sub parallelograms to get the area of the whole parallelogram that has 2 times the area of the triangle we are drawing), that is adding the value of all the edge functions together. From this we can see to linear interpolate any value on the triangle we can use the following equation -- cgit v1.2.3