Mercurial > msvpvf
view 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 source
# msvpvf-c 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`.