Browse by Tags

All Tags » Nimble2D (RSS)

Done Pondering, Shifting Gears

As my last post detailed (a couple of months ago), I came to a crossroads and have figured out a direction to go. The games I hope to make in the near future are not very complex and do not require amazing graphics capabilities. So, I will take this blog...
Posted by MattWorden | 2 comment(s)
Filed under: ,

My "QuickTrig" Helper Class

I've uploaded a ZIP file that contains the source code for the "QuickTrig" helper class that I've mentioned a couple of times now. You can get it by clicking this link . For those curious, looking through that should help explain how...
Posted by MattWorden | with no comments
Filed under:

Units of Measure

I've been working through some auto-moving sprite functionality, and have wandered a bit further down that road than I originally expected to at this point ... so now I need to back up a bit to get back on the main route of progress. Here is my list...

Doing 2D in SlimDX

Now that I've had a couple of weeks to play around with 2D programming in Direct3D9 via SlimDX, here are a few things that I've found. After creating the Direct3D Device (as explained in the " Graphics Enumeration and Launching the Game Form...
Posted by MattWorden | 2 comment(s)
Filed under: , , ,

Laying Out the Graphics Approach

I won't be able to do much more coding until the weekend. So, I figured I should give a quick overview of how I'm going to approach the main graphics drawing routine. I'll start high-level and work downward, then spiral back upward, and then...
Posted by MattWorden | with no comments

Graphics Enumeration and Launching the Game Form

When it comes time to write a new game, I'd like to be able to tell my graphics library the various screen styles that the game wants to make available to the player and then have the library figure out which ones are supported by the player's...
Posted by MattWorden | 1 comment(s)
Filed under:

Breaking Up the Solution, and How I Program

I expect, in the end, Nimble2D will be a rather full-featured library for making games -- graphics, particles, collisions, input, sound effects, music, etc. But to get there, I will need to break things up into manageable chunks, building higher priority...
Posted by MattWorden | with no comments
Filed under: ,

A Nimble Launch

On this first post of the new blogspace for Nimble2D , I'd like to do two things: (1) Give credit where it is due, and (2) give a brief overview of how I see this project at the start. So, credit ... First, a big thank you to Chris Williams for setting...