-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collapsing overlay submodules #36
Comments
@kareem613 The solution is pretty much as setup by Vipoo - and frankly it's quite complicated given the large amount of submodules in the solution. But so far I did not want to start re-structuring the solution. You are absolutely right that the overlay plugins are very specific to the iRacingReplayDirector. The only reason to keep the overlay's seperate would be to make it easier for people just develop an overlay plugin. But looking at the two repositories on github there are not a lot of people working on the overlay plugins anyway. Thus I'm fine with just adding the source code for the two available overlay-plugins as source code. Another option would be to just add the binary (.dll) to the iRacingReplayDirector and keep the overlay-plugins in separate (not linked) repositories. |
I don't mind handling the restructuring. |
@MerlinCooper Do you see a benefit to the overlays being in their own submodules? I think it would simplify managing the solution if they were in the main repo.
Just the overlays. The SDK makes sense on it's own because it can be used for other projects, but the overlays look pretty specific.
The text was updated successfully, but these errors were encountered: