-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
48 changed files
with
755 additions
and
114 deletions.
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,24 +1,35 @@ | ||
# OblivionDraft | ||
Small Pick and Bans tracker for stream written in go | ||
Small Stream utils (draft, endgame) written in go | ||
|
||
![image](https://github.com/UrbsKali/OblivionDraft/assets/22664596/304e785f-6cb9-4d9b-a51a-6d4dad195c31) | ||
|
||
|
||
> Used during 2023 TWC, 2024 TI (more [here](https://oblivion-esport.fr/)) | ||
## Features | ||
- Endgame Stats Overlay (Riot API key needed) | ||
- Draft Overlay | ||
- Easy to use Admin panel | ||
- Editable Overlay (HTML, CSS, JS) | ||
- Local first, but Supabase Compatible | ||
|
||
## Installation | ||
- Download latest `update.exe` [here](https://github.com/UrbsKali/OblivionDraft/releases/latest) | ||
- Put `update.exe` inside a new folder | ||
- Double click on `update.exe` | ||
- You're good to go 👌 | ||
## Usage | ||
- Execute `draft.exe` | ||
- connect the overlay to OBS using web url : http://localhost/ | ||
- Change teams settings at http://localhost/admin | ||
- Show endgame stats at http://localhost/endgame | ||
- Execute `draft.exe` (if first time, open it in a console to see potential error) | ||
- connect the overlay to OBS using web url : http://localhost/ui/overlay (or overlay_alt if you want) | ||
- Change teams settings at http://localhost/ui/admin | ||
- Show endgame stats at http://localhost/ui/endgame | ||
- When you join a draft, the overlay will change accordingly | ||
|
||
## Update | ||
You can update the app by double clicking on `update.exe` | ||
|
||
## Todo's | ||
- [X] Endgame Stats | ||
- [ ] Customizable Overlays | ||
- [ ] Ingame Overlay (See you soon Vanguard) | ||
|
||
#### Please note that the Overlay is still under developpement, but you can improve it by modifying the html in `/overlay/` |
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,5 +1,5 @@ | ||
TO IMPROVE PERFOMANCE : LOCAL /draft/summoner/info (maybe) | ||
TO IMPROVE PERFOMANCE : LOCAL /api/draft/summoner/info (maybe) | ||
LISIBILITY : admin and overlay js split | ||
admin: main.js refactor fetch to use async await | ||
overlay: remove unused code (shadow and score) | ||
idea: GUI, full updater | ||
idea: GUI |
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
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
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
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
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
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
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.