HomeCodingPicturesDownloadAbout Me

 

2005 - 12 - 24 Projects

These projects are all done in my free time. Most of my projects are uncompleted.

Stretch

Stretch

A 3d Terrain Engine, renders from heightmap.

Download All Versions HERE

 

 

Stargraft - Discontinued

This is meant to be a starcraft clone but I stoped working on it and rather went on to work on Stretch.

Download Alpha Release 0.1 HERE

 

 

Sphere A Quake 3 Clone

Here is my half finished Quake3 Clone, the picture looks ugly because the map doesn't have any lightmaps generated for it but if you load a quake3 map you will see the lightmaps.

 

 

Matrix 4x4 DLL

Matrices

Here is the DLL source code.

Source and here is the DLL with a test console DLL and the graphical binary

 
Bezier Curves with 2D Transformation
Matrices

I started from scratch using SDL for only initialising my rendering target (screen buffer) and then writing my own line rendering routines. This demo doesn't show all of the functions I have made for my own engine so far but it underlines the basics. Then I added bezier curve rendering and a matrix library to it. You can now rotate, zoom, move and edit the curve.

Download Binary, source not available.

 

Feedback