Raj on July 30th, 2008

I’ve just posted a tutorial on creating a 2D camera for XNA. The XNA2dCamera class provides a clean, simple interface to camera functionality in 2-D games. It handles translation, rotation, and scaling/zoom with ease. Most importantly, the class is graphics-engine agnostic, so it can be used for platformer engines, puzzle game engines, and isometric engines.
The [...]

Continue reading about XNA 2D Camera Tutorial

Raj on July 22nd, 2008

Word’s font selection combobox displays a preview of each font. It’s a great feature which makes it much easier for a user to select a font. Instead of going through each font one-by-one to see what the font looks like, the user can see the results for all installed fonts in one fell swoop.
Accomplishing this [...]

Continue reading about Creating a FontCombBox for the ToolStrip in C#