Tag Archives: c#

Using Scrollwheel in C++ OpenGl

A few years ago i decided to make a small game engine. It works well enough but as with any project there is always more to do. One day i decided to make a media player based off the engine. … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Linq strikes again

Linq has become one of my favorite things to use. It allows you to approach the concepts of objects just as you would a sql query on a database. Linq is very flexible and i have not found an instance … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment