Blog | Tags | Archives | Projects | Stats | Contact
Tags: API, Game programming, Programming, Retro gaming, SDL, Source code, Video, Video games … Or, How to Procrastinate Productively.  I decided to make one of my current projects open source and post them on Google Code just for fun. The project is a toolchain that I’m using to remake Thrust. In reality, I decided to divide the project into two separate projects: the actual game engine and related tools, and a music editor that uses the engine. Read more...
Tags: Algorithms, Collision detection, Game programming, OpenGL, Source code, Video games Here we describe a method for checking collisions between arbitrary objects drawn by the GPU. The objects are not limited to any shape, complexity or orientation. The objects that are checked for collisions can be the same objects that are drawn on the screen. The algorithm is pixel perfect but without further refining is limited to 2D collisions. Read more...
Tags: Game development, Game programming, Programming, Video games The level editor for your games, that is. My personal experience of making games is that the behind the scenes tools such as level editors are at least half the work. If you’re lucky, you can use existing tools for creating the data but I guess that is very specific to a genre. Read more...
|