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
- Host: GitHub
- URL: https://github.com/helloyeew/kanna-old
- Owner: HelloYeew
- License: mit
- Created: 2023-06-21T15:21:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:44:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T00:46:35.304Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.