mirror of
https://github.com/onyx-and-iris/vmr_streamer.git
synced 2025-04-04 13:13:46 +01:00
Compare commits
3 Commits
sunrise_v1
...
dev
Author | SHA1 | Date | |
---|---|---|---|
4c97fbf0b2 | |||
7bd9c517a1 | |||
438b2812dc |
@ -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
|
||||
|
@ -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
20
RELEASES.md
Normal 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
|
BIN
vmr_streamer/img/themes/forest-green.png
Normal file
BIN
vmr_streamer/img/themes/forest-green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
vmr_streamer/img/themes/midnight-blue.png
Normal file
BIN
vmr_streamer/img/themes/midnight-blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
vmr_streamer/img/themes/rose-pink.png
Normal file
BIN
vmr_streamer/img/themes/rose-pink.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
vmr_streamer/img/themes/sunrise.png
Normal file
BIN
vmr_streamer/img/themes/sunrise.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Loading…
x
Reference in New Issue
Block a user