Compare commits

...

3 Commits

Author SHA1 Message Date
4c97fbf0b2 typo 2023-05-29 07:05:35 +01:00
7bd9c517a1 add link to vs2022 2023-05-28 02:13:20 +01:00
438b2812dc update readme
add RELEASES.md + imgs.
2023-05-28 00:25:16 +01:00
7 changed files with 26 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Step by step
These instructions should work for both Debug/Release builds. In this case we target Release x64.
These instructions should work for both Debug/Release builds. In this case we target Release x64. All of the `Releases` were built with [Visual Studio 2022][vs_2022].
![Release][release]
@ -16,6 +16,7 @@ Check that `_CRT_SECURE_NO_DEPRECATE` and if targeting an x64 build `VB_X64` are
Ensure `Ws2_32.lib` is included as an additional dependency.
![Linker dependencies][linker]
[vs_2022]: https://visualstudio.microsoft.com/vs/
[release]: vmr_streamer/img/vm1-inst.png
[properties]: vmr_streamer/img/vm2-inst.png
[char_set]: vmr_streamer/img/vm3-inst.png

View File

@ -2,6 +2,10 @@
Source files for [Voicemeeter Streamer View App][streamer_view_app] which can be found in the [applications SDK](https://github.com/vburel2018/Voicemeeter-SDK).
### Releases
I've included some customised themes you can check them out [here](RELEASES.md). They are available for download in [Releases](https://github.com/onyx-and-iris/vmr_streamer/releases).
### Build
For a step-by-step follow [these instructions][install].

20
RELEASES.md Normal file
View File

@ -0,0 +1,20 @@
## Forest Green
![forest_green][forest_green]
## Midnight Blue
![midnight_blue][midnight_blue]
## Rose Pink
![rose_pink][rose_pink]
## Sunrise
![sunrise][sunrise]
[forest_green]: vmr_streamer/img/themes/forest-green.png
[midnight_blue]: vmr_streamer/img/themes/midnight-blue.png
[rose_pink]: vmr_streamer/img/themes/rose-pink.png
[sunrise]: vmr_streamer/img/themes/sunrise.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB