Neo Kabuto's Blog
Pages
(Move to ...)
Home
Tutorials/Examples
Upcoming Tutorials/Examples
Finished Project Downloads
▼
Sunday, January 4, 2015
Tutorial Files Now Available on Github!
›
The project files from the first 5 OpenTK tutorials are now on GitHub . I've been commenting them with excerpts from the tutorials wher...
1 comment:
Monday, October 13, 2014
SFML Tutorial: Hello World
›
In this tutorial, we'll create a SFML window and draw a shape and some text, and demonstrate a basic animation. This tutorial assumes ...
1 comment:
Friday, October 10, 2014
Setting up SFML.Net
›
SMFL.Net is a binding of the Simple and Fast Multimedia Library that allows us to use its functions in C# and VB.Net. It's simple to us...
Sunday, July 13, 2014
OpenTK Tutorial 6 Part 3: Putting it all together
›
Now that we have TexturedCube, and a way to load shaders and textures, we can finally get to the good part, drawing some textured objects! ...
52 comments:
Monday, June 23, 2014
Sorry for the Delay
›
I'd like to apologize for how long it's taken to get the last part of the newest tutorial up. My eternal excuse is that I'm busy...
2 comments:
Wednesday, April 23, 2014
OpenTK Tutorial 6 Part 2: Loading Textures and the TexturedCube Class
›
Now that we have our shaders loaded in a new, more object-oriented way, we're a third of the way to having textured objects in our progr...
14 comments:
Tuesday, March 11, 2014
OpenTK Tutorial 6 Part 1: Loading Shaders with a Class
›
This tutorial will cover basic texturing. To add a texture, we will first need to have a shader that handles it. Right now, we're using ...
13 comments:
‹
›
Home
View web version