An open API service indexing awesome lists of open source software.

https://github.com/helloyeew/kanna-old

A game engine build for making 2D (and 3D in the future) games using C# and OpenGL
https://github.com/helloyeew/kanna-old

Last synced: about 1 year ago
JSON representation

A game engine build for making 2D (and 3D in the future) games using C# and OpenGL

Awesome Lists containing this project

README

          

# Kanna Framework

A game engine build for making 2D (and 3D in the future) games using C# and OpenGL. The name comes from anime character [Kanna Kamui](https://maid-dragon.fandom.com/wiki/Kanna_Kamui).

## Project Status

This is my side project so the progress will not much fast and the code will not much good since I'm still learning about graphic engine development. A contribution is very welcome.
See [Contributing](#contributing) section for more information.

## Use this framework

See `SampleGame` project for example.

## Contributing

As I'm beginner in the graphic engine development, I'm very welcome for any contribution. Feel free to open an issue or pull request.

Also if you have some proficient in graphic engine development, be a contributor is very welcome.

If you have any question or suggestion, feel free to reach me at [my email](mailto:me@helloyeew.dev) or Discord `helloyeew`.

## License

This project is licensed under the MIT license. Please see [the licence file](LICENSE) for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.

This framework is using [BASS](https://www.un4seen.com/) library for audio playback that's have its own license on commercial use.