diff README.md @ 6:d1e5b8390cd3

Add Windows GUI version and a multitude of other changes
author Paper <mrpapersonic@gmail.com>
date Wed, 26 Jan 2022 20:25:08 -0500
parents f6fa92414909
children bd392e82001c
line wrap: on
line diff
--- a/README.md	Fri Jan 21 01:53:58 2022 -0500
+++ b/README.md	Wed Jan 26 20:25:08 2022 -0500
@@ -1,2 +1,15 @@
 # msvpvf-c
-C port of msvpvf
+C/C++ port of msvpvf
+
+## What is this??
+msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C.
+
+Currently, it doesn't look that great. Making pretty apps with `windows.h` is not the easiest job in the world. If someone is willing enough to make it look prettier, be my guest.
+
+## Compilation
+```
+git clone https://github.com/mrpapersonic/msvpvf-c
+cd msvpvf-c
+make
+```
+NOTE: if you are using Windows, there is a GUI available. To compile it, use `make gui`.