Answer the question
In order to leave comments, you need to log in
How to make animation in C# (OpenGL/OpenTK)?
Today I literally started learning OpenGl in C#. And I ran into a number of questions, some of which I will list:
1) Let's say I created a window
public static void Main()
{
GameWindow win = new GameWindow(800, 600);
win.Run(1.0 / 60.0);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question