A couple of months ago I decided to use OpenGL with .NET. So I needed to choose an OpenGL wrapper for .NET. After a short research I chose the OpenTK library. To try it out I developed some simple demos and I …
Tag Archives: vb.net
Rotating Solid Cube Using VB.NET and GDI+
Posted by lefam on May 25, 2011
12 comments | 10,795 views
In my last tutorial I have shown how to make a wireframe cube using VB.NET and GDI+. Today, we will work on the code from that tutorial in order to make a rotating solid cube.
Rotating Wireframe Cube using VB.NET and GDI+
Posted by lefam on May 24, 2011
1 comments | 4,600 views
Today I will show you how to simulate the rotation of a wireframe cube using VB.NET and GDI+. I assume the reader has at least a basic understanding of Visual Basic.
