Tutorial

Sublime Text Build Tool Tutorial

So I've been busy at work doing things so I kind of have fallen off the game development wagon for the last couple months.

However, during that time I have been messing around with Sublime Text's customization options a lot. I've made some custom syntax types, custom themes, and a ton of custom plugins to add some of the features I feel like are missing from Sublime Text 3. 

So with all this time spent learning Sublime Text's systems I figured it would be a good time to make a few short tutorials about Sublime Text for those that want to make their own modifications.

The first tutorial will be about how to make your own sublime text build system. We will be walking through making the build system I use for the DirectX project I've been working on over the last year. The build tool basically just runs a build.bat file (on windows) which really does most of the heavy lifting but there are a lot of auxiliary options that can make the whole building process sublime.

So make sure you check out the new Sublime Text section on the tutorials page.

OpenTK Platformer Source Code (kinda)

So I've looked through my project archives and I was unable to find the original source code I made for the video tutorials of the OpenTK Platformer Tutorial Series. However I did find a working copy of my example I made off stream beforehand to work out the bugs. It should be quite similar to the original video series' code and if you're looking for something to to mess around with it should do the trick: