User:Createdbyx

From GPWiki

This page contains all of my (Created by: X) code projects in one place with a brief summary, and is intended to simplify finding all my projects I have released. As for versioning my code, I prefer to version the code I release as "Releases" rather then releasing say "version 1.2.34". Calling it "Release 1" or "Release 2" is much simpler and easier to understand.

NOTE: If you come across any of my code that has been decleared copyright you can still freely use it so long as you try to give credit to the original author "Created by: X"

Contents

DXTools

Download Release 6
DXTools is a Managed DirectX library that attempts to simplify aspects of the directx API. It's a wrapper that still allows you to still gain access to the underlying DirectX objects. DXTools is an ongoing attempt to come up with a simlple easy to use graphics library for DirectX.

xImage2Mesh

XImage2Mesh.zip 29Kb (Release 1 - Feb 16, 2006)
xImage2Mesh is a application that takes a 2D image and generates MAXScript code. This MAXScript code is then used in tools such as discreets 3DS MAX or gMAX to generate a Multi\Sub object material and a 2D plane mesh. The material is also applied to the mesh.

The result is a 3D mesh object that can be used in games or video generated by 3ds max, as well as the ability to then export that mesh into a DirectX *.X file or 3D Studio *.3ds file to be used in other applications. Visit the project page.

xGameConsole

Download Release 1
The xGameConsole allows you to include a game console in your games in a simple friendly manner.

xILikeToMoveItMoveIt

Download Release 1
The xILikeToMoveItMoveIt library is a easy to use animation system for your apps and games.

As for the name xILikeToMoveItMoveIt, lets just say the dancing primates in the movie madagascar had something to do with it. :p

CBXSupport

Download Release 1
CBXSupport is a support library that is intended to provide user friendly error handling in the chance that your program crashes.

WikiCompiler

Download Release 3
The WikiCompiler app uses "wiki power" to compile community driven programming projects. Visit the project page.

Blockaoidz

Download Release 1
Blockaoidz aims to be a clone of the game "breakout". Visit the project page.