Fixing links again, and switching video to gif cause thats what gitea

supports?
This commit is contained in:
Daniel Weber 2025-04-03 21:34:08 -04:00
parent 9af54d9939
commit 1cedcb4c5d
4 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,6 @@ This script will generate 100 particles to be used in the simulation and renders
<div align="center">
<p>
<h3>Using Agents and Tools</h3>
<video controls muted src="Particle_Simulator/src/branch/main/Python_Stuff/assets/python_render.mp4"></video>
<video controls muted src="https://git.pipsquire.com/djweber12/Particle_Simulator/src/branch/main/Python_Stuff/assets/python_render.gif"></video>
</p>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 MiB

View File

@ -7,9 +7,9 @@
<p align="center">
Just a place to store some fun I had with messing around with CUDA! I used python for prototyping the math and then moved on to doing the same in C++.
<br />
<a href="Particle_Simulator/src/branch/main/Python_Stuff/">Python</a>
<a href="https://git.pipsquire.com/djweber12/Particle_Simulator/src/branch/main/Python_Stuff/">Python</a>
&middot;
<a href="Particle_Simulator/src/branch/main/Cpp_Stuff">C++</a>
<a href="https://git.pipsquire.com/djweber12/Particle_Simulator/src/branch/main/Cpp_Stuff">C++</a>
</p>
</div>