Sgt. Conker We are "Absolutely Fine"

11Mar/100

Light Pre-Pass

Michael Quandt has posted a write up detailing the theory behind his Light Pre-Pass code he released for educational use previously.

4Mar/100

Distance field based decal rendering

Rim van Wersch shares an XNA Framework implementation of the Valve paper Improved Alpha-Tested Magnification for Vector Textures and Special Effects, presenting “[a] simple and efficient method […] which allows improved rendering of glyphs composed of curved and linear elements. A distance field is generated from a high resolution image, and then stored into a channel of a lower-resolution texture.”

Distance Field Based Rendering

6Feb/100

sgMotion v1.0.0 Released

Tom Looman released his sgMotion library to CodePlex. Says Tom:

sgMotion is an animation library (based on XNAnimation by Bruno Evangelista) and provides full integration with both the Sunburn Engine and the Sunburn Framework.

More at the source.

3Feb/100

HOWTO: show drawing items with the mouse in XNA

Jakob Krarup answers an unidentified question in the XNA Community Forums about “how to give a player the possibility of adding things to a game, and storing the position of the added images”.

Tagged as: , , No Comments
3Feb/100

Geodesic Grid, Part 3

Brian Schaeflein published part 3 of his Geodesic Truncated IcosahedronsGrid series, covering his design decisions about how to store the cells to aid pathfindig.

31Jan/104

Geodesic Grid

Geodesic Truncated Icosahedron Brian “JeBuS” I-Don’t-Know-His-Last-NameSchaeflein published a multi part article about Geodesic Truncated Icosahedron (part 2 is here, part 3 is pending) in C# and the XNA Framework. Geodisc Truncated Icosahedrons are “a shape made of hexagons and pentagons” that “has as many faces as needed to make it as spherical as needed, like a Geodesic Dome”.

Head over and grok the code for fun and profit.

Also note his disclaimer in the first post:

I don’t claim that my way of programming is the best way. As far as design patterns and whatnot go, my way works for me, and the code gets the job done. If anyone can offer a more “elegant” approach to anything I’m doing, I’m all ears.

26Jan/102

XNA Pixel Robots

Yesterday I stumbled upon a new XNA blog (new meaning that I never saw it before), and one very interesting article I found there was about a library that you can use to randomly create pixel robots. Go check it out!

22Jan/100

SunBurn Framework available Now!

The guys at Synapse Gaming just announced opening up the SunBurn Framework to hobbyists, student and educators.

The SunBurn Framework contains a subset of the great SunBurn Engine, and you can use it to learn, improve your XNA games, or evaluate the API to see if the Engine would suit your needs. You can get started now by downloading it here.

Other SunBurn goodies:

22Jan/101

Building a 2D RPG

edg3 from RealDev started a series about Building a 2D RPG using XNA, and currently has the first two parts on his site.

They both deal with building the basic skeleton of the game, starting with planning and gamestate management and continuing with keyboard and mouse input.

If your interested in other RPG-related tutorials and content for XNA, here's some:

Tagged as: , , , , 1 Comment
16Jan/100

Icons and Bitmap Fonts Generator

Continuing their series of free stuff for everyone, the guys at Iron Start Media have released into the wilds two gifts for all game developers.

First a set of icons that you can use in your games, available here.

Second, a tool to generate bitmap fonts for your games, with details on how to use it.