Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daomephsta/tangerine
https://github.com/daomephsta/tangerine
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/daomephsta/tangerine
- Owner: Daomephsta
- License: mit
- Created: 2018-07-13T06:57:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T21:32:11.000Z (about 1 year ago)
- Last Synced: 2023-10-09T22:30:46.622Z (about 1 year ago)
- Language: C#
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tangerine
Tangerine is an OpenGL 3.3+ based rendering engine written in C#. I work on it during my free time to learn OpenGL.
## Features
* GL state management (Currently limited)
* Orthographic and perspective cameras
* C# types that represent (Only basic methods are implemented at this stage):
* Shaders
* Shader programs
* Textures
* Vertex buffers
* Element buffers
* Vertex arrays## Dependencies
* [OpenTK](https://opentk.net/) for OpenGL bindings, math classes, and creating an OpenGL context
* [log4net](https://logging.apache.org/log4net/) for logging