Top "Opentk" questions

The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL and OpenAL.

OpenGL C# (OpenTK) Load and Draw Image functions not working

I'm trying to load and display a texture on the screen, however am receiving a black box where it is …

c# opengl textures opentk
Is the Tao framework dead?

I'm looking into experimenting with Tao but I am somewhat put-off by its dead-looking state. It hasn't been updated since 2008 …

c# .net opentk tao-framework
OpenTK, SharpGL and WPF

I am about to begin a new project. Some decisions are out of my control: Using WPF and OpenGL are …

wpf opengl graphics opentk
OpenGL: how to unbind and delete buffers properly

Im learning opengl and wrote a simple program that uses buffer object(colors,positions, normals, element indices) to draw a …

opengl memory-management opentk
OpenTK - How to rotate object by given angle

I was using tutorial on http://viewport3d.com/trackball.htm to program trackball. I have axis and angle computed …

c# opengl rotation opentk trackball
Draw text using OpenTK

I'm going crazy trying to draw some text over an OpenGL window using OpenTK! I followed some of the tutorials …

c# opengl opentk