Merge overlays, move overlay to separate process (#44)

* refactor: merge two overlay offScreenBrowser into one

* Electron support for shared overlay

* Separate overlay into its own process

* fix: invalid overlay texture size

* Handle duplicate processes

* Remove logging

---------

Co-authored-by: pa <maplenagisa@gmail.com>
Co-authored-by: rs189 <35667100+rs189@users.noreply.github.com>
This commit is contained in:
Natsumi
2026-01-12 11:31:10 +13:00
committed by Natsumi
parent 9135adf6d1
commit d2fd205476
41 changed files with 1122 additions and 2108 deletions
+4 -3
View File
@@ -107,10 +107,7 @@
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.7" />
<PackageReference Include="SourceGear.sqlite3" Version="3.50.4.5" />
<PackageReference Include="System.Data.SQLite" Version="2.0.2" />
<PackageReference Include="System.Drawing.Common" Version="10.0.1" />
<PackageReference Include="System.Management" Version="10.0.1" />
<PackageReference Include="System.Text.Json" Version="10.0.1" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Websocket.Client" Version="5.3.0" />
</ItemGroup>
@@ -125,6 +122,10 @@
<ItemGroup>
<Content Remove="obj1\**" />
<Compile Remove="obj1\**" />
<Content Remove="AppApi\Electron\**" />
<Compile Remove="AppApi\Electron\**" />
<Content Remove="Overlay\Electron\**" />
<Compile Remove="Overlay\Electron\**" />
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">