Update README and TODO, remove unnecessary libs, and fix compiler errors.
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="ImGui.NET" Version="1.89.4" />
|
||||
<PackageReference Include="Raylib-cs" Version="4.2.0.1" />
|
||||
<PackageReference Include="SharpFont" Version="4.0.1" />
|
||||
<PackageReference Include="Silk.NET" Version="2.17.0" />
|
||||
<PackageReference Include="Silk.NET.WebGPU" Version="2.17.0" />
|
||||
<PackageReference Include="StbImageSharp" Version="2.27.13" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Dagger Framework
|
||||
A work in progress game framework created for Game 2 (unannounced 2D sci-fi project).
|
||||
|
||||
## Usage
|
||||
TO-DO
|
||||
|
||||
## Examples
|
||||
TO-DO
|
||||
|
||||
## Building
|
||||
TO-DO
|
||||
|
||||
## Libraries used
|
||||
[Silk.NET](https://github.com/dotnet/Silk.NET)
|
||||
|
||||
[Raylib-cs](https://github.com/ChrisDill/Raylib-cs)
|
||||
|
||||
[StbImageSharp](https://github.com/StbSharp/StbImageSharp)
|
||||
|
||||
[FMOD](https://www.fmod.com/)
|
||||
@@ -1,5 +1,3 @@
|
||||
using SharpFont;
|
||||
|
||||
namespace DaggerFramework;
|
||||
|
||||
public class FontLoader : ResourceLoader<Font>
|
||||
|
||||
8
TODO.md
8
TODO.md
@@ -9,10 +9,10 @@
|
||||
- Integrate FMOD
|
||||
|
||||
### Misc
|
||||
- ~~Asset manager~~
|
||||
- Separate engine and game into separate projects
|
||||
- Switch to GlmSharp
|
||||
- Particle system
|
||||
- Asset manager
|
||||
- ~~Separate engine and game into separate projects~~
|
||||
- Create a custom math library
|
||||
- ~~Particle system~~
|
||||
|
||||
### Entity system
|
||||
- ~~Layers (sorting mechanism)~~
|
||||
|
||||
Reference in New Issue
Block a user