Skip to content

Commit

Permalink
Showcasing philosophers instead of fdf
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnWallage committed May 15, 2024
1 parent 539009e commit 81f2518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ <h4>MINIRT</h4>
<p>C, OpenGL, Linear Algebra, Threads</p>
<p><i class="fa fa-github" style="font-size:24px; margin-right:10px"></i><a href="https://github.com/MartijnWallage/42_MiniRT" target=_blank>github.com/MartijnWallage/42_MiniRT</a></p>

<h4>FDF</h4>
<p>A 3D wireframe viewer, using an OpenGL graphics library.</p>
<h4>PHILOSOPHERS</h4>
<p>Simulation and solution to the dining philosophers problem for concurrent programming.</p>
<p>C, OpenGL</p>
<p><i class="fa fa-github" style="font-size:24px; margin-right:10px"></i><a href="https://github.com/MartijnWallage/42_FdF" target=_blank>github.com/MartijnWallage/42_FdF</a></p>
<p><i class="fa fa-github" style="font-size:24px; margin-right:10px"></i><a href="https://github.com/MartijnWallage/42_Philosophers" target=_blank>github.com/MartijnWallage/42_Philosophers</a></p>

</div>
<div class="flex-item" id="sidebar">
Expand Down

0 comments on commit 81f2518

Please sign in to comment.