Kategorie: Game developement

  • XNA 4 tutorial: Custom shader Effects

    This tutorial is about custom shaders within the XNA 4 framework. A shader (in CAD tools often called material and in XNA called effect) is a programm executed on the graphics card to manipulate the visual presentation of an object or a whole scene. A shader can describe the surface of an object and how…

  • XNA 4 tutorial: Simple game engine

    The first XNA 4 tutorial is about creating a game engine structure and how to draw a simple scene on the screen.

  • XNA 4 tutorial: Introduction

    This is the start of my game developement tutorial series using the free Microsoft XNA 4 framework. This tutorial will be kind of different to other tutorials found in the internet. Because you can find a lot of tutorials in the internet, I decided to write a tutorial inspired by my own workflow: search and…