Mercurial > msvpvf
annotate 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 |
| rev | line source |
|---|---|
|
0
f6fa92414909
Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff
changeset
|
1 # msvpvf-c |
|
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
2 C/C++ port of msvpvf |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
3 |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
4 ## What is this?? |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
5 msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C. |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
6 |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
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. |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
8 |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
9 ## Compilation |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
10 ``` |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
11 git clone https://github.com/mrpapersonic/msvpvf-c |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
12 cd msvpvf-c |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
13 make |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
14 ``` |
|
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
15 NOTE: if you are using Windows, there is a GUI available. To compile it, use `make gui`. |
