pompy.dev/apps/blog/markdown/portfolio/wbm.md

41 lines
1.1 KiB
Markdown

---
name: War Brokers Mods
overview: A game mod for a unity game. Provides in-game UI and OBS overlays.
image: /img/portfolio/wbm.png
repo: https://github.com/War-Brokers-Mods
badges:
- unity
- csharp
- dotnet
- javascript
- html5
- css3
- svelte
- tailwindcss
- rust
- tauri
---
## Intro
War Brokers Mods (WBM) is a mod for the game [War Brokers](https://warbrokers.io).
## The mod
Built with C#, it uses [BepInEx](https://github.com/BepInEx/BepInEx) framework to patch different aspects of the game.
## OBS Overlay
<p align="center">
<img alt="Overlay image" src="/img/portfolio/wbm-overlays.png" />
</p>
Overlays for [OBS studio](https://github.com/obsproject/obs-studio). Built with standard web technologies (html, css, js).
## Installer
<p align="center">
<img alt="Installer image" src="/img/portfolio/wbm-installer.png" />
</p>
A simple cross-platform installer and update manager. Built with [tauri](https://github.com/tauri-apps/tauri), [rust](https://github.com/rust-lang/rust), [svelte](https://github.com/sveltejs/svelte), and [tailwind css](https://github.com/tailwindlabs/tailwindcss).