comparison 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
comparison
equal deleted inserted replaced
5:92ec47e63923 6:d1e5b8390cd3
1 # msvpvf-c 1 # msvpvf-c
2 C port of msvpvf 2 C/C++ port of msvpvf
3
4 ## What is this??
5 msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C.
6
7 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.
8
9 ## Compilation
10 ```
11 git clone https://github.com/mrpapersonic/msvpvf-c
12 cd msvpvf-c
13 make
14 ```
15 NOTE: if you are using Windows, there is a GUI available. To compile it, use `make gui`.