Mercurial > msvpvf
annotate README.md @ 19:6d14538a109e
Update gui.c
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Thu, 07 Apr 2022 19:30:53 -0400 |
parents | 9692d33cec71 |
children | 02e46804c923 |
rev | line source |
---|---|
7
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
1 # msvpvf |
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
2 C/C++ port of [msvpvf](https://archive.org/details/msvpvf-1.3-movie-studio-vegas-pro-version-faker-msvpvf-updated-to-1.31-focus-on-vegas) |
6
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?? |
10
9692d33cec71
Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
7
diff
changeset
|
5 msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C. It has no runtime libraries, making it incredibly lightweight. On macOS, the CLI compiles to 50 KB, and on Windows the GUI app is only 19 KB. |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
6 |
10
9692d33cec71
Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
7
diff
changeset
|
7 Currently, the GUI 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. |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
8 |
7
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
9 It is based on an old tool under the same name that was written in C#/.NET, but the original website is now down and it hasn't been maintained in over 2 years. |
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
10 |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
11 ## Compilation |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
12 ``` |
10
9692d33cec71
Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
7
diff
changeset
|
13 git clone https://github.com/mrpapersonic/msvpvf |
9692d33cec71
Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
7
diff
changeset
|
14 cd msvpvf |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
15 make |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
16 ``` |
7
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
17 |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
18 NOTE: if you are using Windows, there is a GUI available. To compile it, use `make gui`. |