+ This was created to keep track of the time spent on other projects easily. It can be used as a simple stopwatch, but if the time is saved to a file, it can be loaded and subsequent sessions will add to that time. Mainspring will also autosave your times.
+
+ You can download the current version (1.0.0) here.
+
+ The source can be found here.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mainspring/msbackground.jpg b/mainspring/msbackground.jpg
new file mode 100644
index 0000000..a3edc41
Binary files /dev/null and b/mainspring/msbackground.jpg differ
diff --git a/mainspring/mslogo.png b/mainspring/mslogo.png
new file mode 100644
index 0000000..d33db03
Binary files /dev/null and b/mainspring/mslogo.png differ
diff --git a/mainspring/screenshot.png b/mainspring/screenshot.png
new file mode 100644
index 0000000..347da7c
Binary files /dev/null and b/mainspring/screenshot.png differ
diff --git a/nf/index.html b/nf/index.html
index 154eb34..2519e26 100644
--- a/nf/index.html
+++ b/nf/index.html
@@ -29,6 +29,7 @@
- Nothin' Fancy (NF) is a 3D game engine for Windows built with C++. I ultimately want to use my engine to create a game I can release on Steam for free.
+ Nothin' Fancy (NF) is a 3D game engine built with C++. I ultimately want to use my engine to create a game I can release on Steam for free.
@@ -51,7 +52,7 @@
I worked on this project during my senior year of high school, and it is the result of about 4 months of constant work.
- The source of this original version can be found here.
+ The source of this original version can be found here.
- WinChat is a simple chat application for Windows.
+ WinChat is a simple instant messaging app.
-
+
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) here.
- The source can be found here.
+ The source can be found here.