-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sebescudie
committed
Dec 15, 2019
1 parent
1784e50
commit c38cbf0
Showing
1 changed file
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# GammaLauncher | ||
|
||
_A simple launcher for vvvv gamma, wip_ | ||
_A simple launcher for vvvv gamma_ | ||
|
||
![](https://raw.githubusercontent.com/sebescudie/GammaLauncher/master/capture.PNG) | ||
|
||
## Was ist das | ||
|
||
GammaLauncher is a simple application that allows to launch vvvv gamma instances with specific arguments from a simple GUI. | ||
|
||
## Usage | ||
|
||
When the application first starts, it generates a `config.xml` file next to it. This file contains path to your gamma insatallations (should be `C:\Program Files\vvvv`), as well as your repositories folder, if you're using that feature. You can customize those paths if needed by editing the config file. | ||
|
||
Then, simply pick the specific gamma version you wanna start from the dropdown menu, and tick the options you wanna use : | ||
|
||
- Allow multiple : allows to start more than one `vvvv.exe` at once | ||
- Use repositories : this will ovewrite packages in the default package folder with the ones in your repositories folder, if you specify one. This is usefull if you're building libraries for gamma. | ||
|
||
## How to get it | ||
|
||
Get the latest version [here](http://sebescudie.fr/releases/gammalauncher/gammalauncher_1.0.7z), or clone the repo and build the app yourself. If you do so, don't forget to copy the `ico.ico` file to your output dir, otherwise the app won't start. | ||
|
||
## Contributing | ||
|
||
If you wanna contribute to the app by adding functionalities or whatever, please do so ! | ||
|
||
cheerz |