C# port of my C++ gamedev framework stuff.
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2013-09-08 12:55:07 -04:00
Blarg.GameFramework rename to Bits since some methods are now not just extension methods 2013-09-08 12:55:07 -04:00
Blarg.GameFramework.SDL2 add SDL app config support for setting the target update frequency 2013-09-01 03:04:38 -04:00
Game.Core Camera class now abstract, split off into specific perspective cameras 2013-09-02 13:05:24 -04:00
Game.SDL2 resizeable window 2013-08-25 13:22:59 -04:00
Libs add Json.NET PCL library 2013-08-25 14:17:04 -04:00
.gitignore initial commit 2013-08-13 17:55:26 -04:00
Blarg.GameFramework.sln solution namespace naming policy changes 2013-08-23 18:08:15 -04:00
LICENSE add LICENSE and README.md 2013-08-13 17:59:49 -04:00
README.md add LICENSE and README.md 2013-08-13 17:59:49 -04:00

Blarg.GameFramework

This is a C# port of my C++ gamedev framework/utility code.

TODO

  • Everything