Latest Additions
00.00.2002
-- Added link to fmod

05.08.2002
--
Add Galaxy Generator Project
05.06.2002

-- Yet another version of BounceGL.

04.21.2002

--- Created new version of Bouncing Box with straight opengl and devIl
--- Added DevIL to links
--- Added DevC++ to links

04.02.2002
--- Added Dizzy Alarm

12.21.2001
--- Added Bouncing box project

 

Projects Links Tools

About

My real life job is as a programmer, and programming is my passion.  At work I mainly do database, web, and application development which can be interesting at times and definitely pays the bills.  But when I'm not doing that or playing games then I'm programming in the really fun stuff like graphics and games.  

This section of dizzarian.com will contain everything I do in my spare time programming. I have many old projects that I could put up on this page but I'll just start with only my latest stuff.  A lot of this will be of little interest to most, and will be here merely as place holders for myself. In most cases I will be uploading the source along with the executable.

 

 

Project
Graphics
 
Other Applications
Dizzarian's MtGO csv Enhancer - This program enhances the standard csv output generated by Magic the Gathering Online
- Tools : Delphi
Dizzy Alarm - A simple tray app that chimes like a grandfather clock on the hour.  
- Tools : Delphi, jcl, cooltray
Source and window's executable (225k) updated : 04.02.2002
Links
Delphi/Opengl
http://www.delphi3d.net/ - A site that has been around for many years and has always been my source for opengl information.  His OpenGl utilities are top notch.
http://www.sulaco.co.za/ - Jan Horn's excellent Delphi/opengl site.  This guys is top of the pile when it comes to this kind of stuff.

Delphi
http://www.delphi-jedi.org - A collaborative effort to convert c header files to Delphi.  I particularly like their JCL (Jedi Code Library).

SDL
http://cone3d.gamedev.net - Nice tutorials about SDL 2d programming.

 

Tools Used
I'm not anti-Microsoft but at the same time I'm not a big supporter of them either So I generally do not use tools by Microsoft.  That means no directx and absolutely no visual studio tools.

Opengl - This is the grand-daddy of graphics api.  It's fairly easy and straightforward and also cross-platform.  
http://www.opengl.org

DevIL (OpenIL) - http://openil.sourceforge.net This is the location of the excellent image loading library DevIL (formally known as OpenIL).  The great thing about this api is that he has delphi header right out of the box.

FMod - http://www.fmod.org Fast, free, easy, and delphi support what more could you want in a sound api

SDL - Simple Directmedia Layer - A beautiful API that allows cross-platform game development. In order to run these programs you will need to download the latest runtime libraries from http://www.libsdl.org
Just think of SDL as a cross-platform version of DirectX.

Delphi - By far Delphi is my favorite programming language.  It's as powerful as C++ and as easy to use.  If the world wasn't overrun with C++ users I would use the exclusively.

Dev-C++ - When I do get in the mood to program in C++ this is the tool I like to use (unless I'm creating a windows app).  Ironically enough it was written with Delphi.