Testing out relative links to see if it works.

This commit is contained in:
Daniel Weber 2025-04-03 20:17:38 -04:00
parent b0459451a3
commit 4d8345273e
3 changed files with 21 additions and 0 deletions

1
Cpp_Stuff/README.md Normal file
View File

@ -0,0 +1 @@
# C++ Particle Sim

3
Python_Stuff/README.md Normal file
View File

@ -0,0 +1,3 @@
# Python Particle Sim

17
README.md Normal file
View File

@ -0,0 +1,17 @@
<!-- PROJECT LOGO -->
<br />
<div align="center">
<h3 align="center">Particle Sim</h3>
<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="Python_Stuff/README.md">Python</a>
&middot;
<a href="Cpp_Stuff/README.md">C++</a>
</p>
</div>