HT-Engine is a simple 2D game engine, written in C# using OpenTK wrapper for OpenGL.
- OpenGL & OpenTK
- git client
- Visual Studio 2014+
Windows:
git clone https://github.com/ReformedMrozu/HT-Engine
First, let's go open solution in Visual Studio
Then you have to compile ht-engine project.
To start using engine just, add another project to solution.
- 0.1.0
- Engine can now be used to create basic 2D games
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Author – @PiotrMróz
Distributed under the MIT license. See LICENSE
for more information.