Update project sources to git.graysonriffe.com

This commit is contained in:
Grayson Riffe 2024-10-28 10:26:38 -05:00
parent c8b30fca71
commit e8e8eeb9f9
3 changed files with 6 additions and 4 deletions

View File

@ -49,7 +49,9 @@
<article> <article>
<h2>What's on this website?</h2> <h2>What's on this website?</h2>
<p> <p>
At the top of this page, you can find links to a few of my past and present computer science projects. I also have a link to my current resume as well as a short biography and contact information on the About page. At the top of this page, you can find links to a few of my past and present computer science projects. These are hosted at <a href="https://git.graysonriffe.com" class="notransition">git.graysonriffe.com</a>.
I also have a link to my current resume as well as a short biography and contact information on the About page.
</p> </p>
</article> </article>
<footer> <footer>

View File

@ -61,7 +61,7 @@
This project is still in development, and I plan to include notable features such as networking and Steam API integration. It runs with Direct3D 11 and 90% of everything is written by me. This project is still in development, and I plan to include notable features such as networking and Steam API integration. It runs with Direct3D 11 and 90% of everything is written by me.
This section will be updated when a version is available to download. This section will be updated when a version is available to download.
The source is on GitHub <a href="https://github.com/graysonriffe/NothinFancy" class="notransition">here</a> (look under the develop branch). The source can be found <a href="https://git.graysonriffe.com/graysonriffe/NothinFancy" class="notransition">here</a> (look under the develop branch).
</p> </p>
</article> </article>
<footer> <footer>

View File

@ -48,9 +48,9 @@
I started this project to get a grasp of the network programming I would need to know if I were to add multiplayer support to Nothin' Fancy. The application has few features, but everything is done at a low level, only using old Win32 APIs to get the job done. I started this project to get a grasp of the network programming I would need to know if I were to add multiplayer support to Nothin' Fancy. The application has few features, but everything is done at a low level, only using old Win32 APIs to get the job done.
You can download the current version (1.0.0) <a href="WinChat.zip" class="notransition">here</a>. You can download the current version (1.0.0) <a href="WinChat.zip" class="notransition">here</a>.
As a side note, because I do not have a "<a href="https://en.wikipedia.org/wiki/Code_signing" class="notransition">code signing certificate</a>," Windows Security and SmartScreen might not let you run the program without <a href="https://en.wikipedia.org/wiki/Microsoft_SmartScreen#:~:text=if%20the%20program%20does%20not%20have%20an%20established%20good%20reputation%2C%20the%20user%20is%20alerted%20that%20running%20the%20program%20may%20harm%20their%20computer." class="notransition">asking you if you are sure</a>. As a side note, because I do not have a "<a href="https://en.wikipedia.org/wiki/Code_signing" class="notransition">code signing certificate</a>," Windows Security and SmartScreen might not let you run the program without asking you if you are sure.
The source is on GitHub <a href="https://github.com/graysonriffe/WinChat" class="notransition">here</a>. The source can be found <a href="https://git.graysonriffe.com/graysonriffe/WinChat" class="notransition">here</a>.
</p> </p>
</article> </article>
<footer> <footer>