Adding soloud stuff.
This commit is contained in:
parent
7d418a75ff
commit
02c1ceae14
@ -1,16 +0,0 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SlatedGameToolkit.Framework\SlatedGameToolkit.Framework.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="StbImageSharp" Version="2.22.4" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
3211
src/SlatedGameToolkit.Framework/Audio/soloud.cs
Normal file
3211
src/SlatedGameToolkit.Framework/Audio/soloud.cs
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ using SlatedGameToolkit.Framework.Graphics.OpenGL;
|
||||
using SlatedGameToolkit.Framework.Graphics.Textures;
|
||||
using StbImageSharp;
|
||||
|
||||
namespace SlatedGameToolkit.Commons.Loaders
|
||||
namespace SlatedGameToolkit.Framework.Loaders
|
||||
{
|
||||
public static class TextureLoader
|
||||
{
|
@ -7,9 +7,11 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="StbTrueTypeSharp" Version="1.24.6" />
|
||||
<PackageReference Include="StbImageSharp" Version="2.22.4" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources/**"/>
|
||||
<Content Include="deps/**"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
BIN
src/SlatedGameToolkit.Framework/deps/SDL2.dll
Normal file
BIN
src/SlatedGameToolkit.Framework/deps/SDL2.dll
Normal file
Binary file not shown.
BIN
src/SlatedGameToolkit.Framework/deps/soloud_x86.dll
Normal file
BIN
src/SlatedGameToolkit.Framework/deps/soloud_x86.dll
Normal file
Binary file not shown.
@ -2,7 +2,6 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SlatedGameToolkit.Framework\SlatedGameToolkit.Framework.csproj" />
|
||||
<ProjectReference Include="..\SlatedGameToolkit.Commons\SlatedGameToolkit.Commons.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
@ -4,7 +4,7 @@ using System.IO;
|
||||
using System.Numerics;
|
||||
using System.Runtime.InteropServices;
|
||||
using SDL2;
|
||||
using SlatedGameToolkit.Commons.Loaders;
|
||||
using SlatedGameToolkit.Framework.Loaders;
|
||||
using SlatedGameToolkit.Framework.Graphics.Render;
|
||||
using SlatedGameToolkit.Framework.Graphics.Text;
|
||||
using SlatedGameToolkit.Framework.Graphics.Textures;
|
||||
|
Loading…
Reference in New Issue
Block a user