https://github.com/beardgame/graphics
Object oriented C# OpenGL graphics library build on top of OpenTK.
https://github.com/beardgame/graphics
c-sharp graphics hacktoberfest opengl opentk
Last synced: 4 months ago
JSON representation
Object oriented C# OpenGL graphics library build on top of OpenTK.
- Host: GitHub
- URL: https://github.com/beardgame/graphics
- Owner: beardgame
- License: mit
- Created: 2013-05-29T08:47:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T09:40:10.000Z (about 1 year ago)
- Last Synced: 2025-05-15T10:38:50.670Z (about 1 year ago)
- Topics: c-sharp, graphics, hacktoberfest, opengl, opentk
- Language: C#
- Homepage:
- Size: 2.74 MB
- Stars: 31
- Watchers: 7
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bearded.Graphics
This is a C# OpenGL graphics library build on top of [OpenTK](https://github.com/opentk/opentk).
Our goal is wrapping the static OpenGL interface into a nicer object-oriented one and providing various layers of abstractions to make setting up programs and games consuming OpenGL much easier.
At the same time, performance is very important to us, and we strive to reduce any overhead introduced by these abstractions to a minimum.
## Is this library being used anywhere?
Sure is:
- [Bearded.TD](https://github.com/beardgame/td)
- _your project here (get in touch!)_
Older versions of the library were used in:
- [Roche Fusion](https://rochefusion.com)
- [Photones](https://github.com/photones/photones)
## Current state of the library
We recently (2020) went through a complete rewrite and refactor. This second version of the library has a significantly improved API and some great new features. Our work is far from complete however, and it may never be, as even if we mirrored all of OpenGL, there would be innumerable layers of abstractions we could add to make our lives easier.
We'll keep improving and adding to what we have, and we are always happy to accept outside contributions as well!