Skip to content

Commit

Permalink
start porting FNAPlatform to SDL3
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Sep 14, 2024
1 parent 657d1d5 commit 62655e6
Show file tree
Hide file tree
Showing 5 changed files with 2,765 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "lib/Theorafile"]
path = lib/Theorafile
url = https://github.com/FNA-XNA/Theorafile
[submodule "lib/SDL3-CS"]
path = lib/SDL3-CS
url = https://github.com/flibitijibibo/SDL3-CS.git
2 changes: 2 additions & 0 deletions FNA.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
<Compile Include="src\FNAPlatform\FNAPlatform.cs" />
<Compile Include="src\FNAPlatform\FNAWindow.cs" />
<Compile Include="src\FNAPlatform\SDL2_FNAPlatform.cs" />
<Compile Include="src\FNAPlatform\SDL3_FNAPlatform.cs" />
<Compile Include="src\FrameworkDispatcher.cs" />
<Compile Include="src\Game.cs" />
<Compile Include="src\GameComponent.cs" />
Expand Down Expand Up @@ -337,6 +338,7 @@
<Compile Include="src\Vector3.cs" />
<Compile Include="src\Vector4.cs" />
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions FNA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
<Compile Include="src\FNAPlatform\FNAPlatform.cs" />
<Compile Include="src\FNAPlatform\FNAWindow.cs" />
<Compile Include="src\FNAPlatform\SDL2_FNAPlatform.cs" />
<Compile Include="src\FNAPlatform\SDL3_FNAPlatform.cs" />
<Compile Include="src\FrameworkDispatcher.cs" />
<Compile Include="src\Game.cs" />
<Compile Include="src\GameComponent.cs" />
Expand Down Expand Up @@ -408,6 +409,7 @@
<Compile Include="src\Vector3.cs" />
<Compile Include="src\Vector4.cs" />
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions lib/SDL3-CS
Submodule SDL3-CS added at 924576
Loading

0 comments on commit 62655e6

Please sign in to comment.