Skip to content

khinbaptista/FrameworkGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrameworkGL

These are my studies on modern OpenGL (3.3+) through OpenTK (an OpenGL library for C#)

####This work was based on many tutorials found on the internet:

This last tutorial is highlighted from the others intentionally: they are in different levels. Not that the other ones are bad, they're OK. But the detail given in the last one, and all the explanations of not just how to get things working, but the real reason of things, sets it apart from the others. Therefore, this will be the main tutorial I will be following for my further studies (until some other tutorial is needed).

Note that most of these tutorials don't say anything about OpenTK or C#. They are mostly based in C++ using a few external library. This is not an issue because OpenTK manages the window through the GameWindow class (which my GameMain class derives from), and all the functions have the same names and parameters, only adjusted to C# (for example, no more GLtype data types (regular types) or GL_HUGE_NAME_CONSTANT constants (enum), no more glFunctionName (GL.FunctionName)). It also works with vectors and matrices (built-in), and has enough XML documentation.

This repository will be used for the implementation of my assignment for the Graphics module at the University of Lincoln.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages