Skip to content

HT-Engine is a simple 2D game engine, written in C# using OpenTK wrapper for OpenGL.

License

Notifications You must be signed in to change notification settings

pmroz1/HT-Engine

Repository files navigation

HT-Engine

Build Status

HT-Engine is a simple 2D game engine, written in C# using OpenTK wrapper for OpenGL.

Requirements

  • OpenGL & OpenTK
  • git client
  • Visual Studio 2014+

Download

Windows:

git clone https://github.com/ReformedMrozu/HT-Engine

Development setup

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.

Release History

  • 0.1.0
    • Engine can now be used to create basic 2D games

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Meta

Author – @PiotrMróz

Distributed under the MIT license. See LICENSE for more information.

https://github.com/ReformedMrozu

About

HT-Engine is a simple 2D game engine, written in C# using OpenTK wrapper for OpenGL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages