CodeBase Entries

Welcome to our CodeBase where you can search through DarkBASIC, DarkBASIC Professional and AppGameKit source code covering a wide range of topics from full games to demo effects to object loaders.

All registered users can submit their own code from their account page, so why not contribute?

Search
Found 2,054 entries over 69 pages.
CodeBase Description Category

you can control camera using arrow keys (only if u have already map)

Version: 1.0
Created: 21st Jan 2004 11:08
0
0
Complete Applications

Translate 3D coords to 2D. Works with multiple cameras.

Version: 1.0
Created: 20th Jan 2004 16:20
0
0
3D Maths

move the little sprite with your mouse. click.

Version: 0.9
Created: 19th Jan 2004 09:06
0
0
2D

Returns chunks of a string seperated by a specified delimiter string containing any number of characters.

Version: 2.0
Created: 16th Jan 2004 11:19
0
0
Text

Function returns true if the specified word is contained within the given string.

Version: 1.0
Created: 16th Jan 2004 11:18
0
0
Text

A simple test 4 use a Gravity.

Version: 1.0
Created: 16th Jan 2004 11:08
0
0
Miscellaneous

A library to convert an integer to an octal string, and lets you convert octal, binary and hexadecimal strings back into integers.

Version: 1.0
Created: 15th Jan 2004 17:00
0
0
Libraries

This is a method I use to find a players general location. It converts a characters X Y coordinate location in to a tile location. What it does is saves you from using a million if statements to see what location a player is in.

Version: 1.0
Created: 14th Jan 2004 12:57
0
0
Miscellaneous

A simple 2D example of trajectory physics. throw a ball around in a room an watch it bounce off the walls with friction and gravity. timer controlled to ensure performance on a wide range of systems.

Version: 1.0
Created: 14th Jan 2004 09:35
0
0
Math / Physics

A Dragon Ball Z battle engine.

Version: 1.2
Created: 14th Jan 2004 09:08
0
0
Games

Simple functions to open a console window and output text to it.

Version: 1.0
Created: 13th Jan 2004 13:26
0
0
Display

Following on from my "bouncing balls" codebase entry, here's another simulation: A swinging pendulum.

Version: 1.0
Created: 12th Jan 2004 16:19
0
0
Math / Physics

launches a website from within dark basic

Version: 1.0
Created: 11th Jan 2004 20:00
0
0
System

Adikt Studios First Program. Very simple/short conversation with the program

Version: 1.0
Created: 11th Jan 2004 17:16
0
0
Complete Applications

A drifting snow effect.

Version: 1.3
Created: 11th Jan 2004 10:30
0
0
2D Effects

Blends two bitmaps together and outputs on a specified bitmap using a blend (alpha) value.

Version: 1.0
Created: 10th Jan 2004 08:58
0
0
Bitmap

Slider Menu Hide/Unhide when the mouse is close to a side

Version: 1.0
Created: 8th Jan 2004 14:55
0
0
Miscellaneous

simple 3d model controller, which lets the user rotate, move and zoom in/out on the model

Version: 1.0
Created: 6th Jan 2004 19:55
0
0
Miscellaneous

Function getextensionpart(path$) Function getfilepart(path$) Function getpathpart(path$)

Version: 1.0
Created: 6th Jan 2004 03:46
0
0
File

Manipulate your objects vertices with these functions!

Version: 1.0
Created: 3rd Jan 2004 20:13
0
0
Animation

This program is for viewing 3D Models in the .X format.

Version: 1.0
Created: 3rd Jan 2004 17:36
0
0
File

Reasonably accurate simulation of 10 balls dropping onto a hard surface in a gravity field, losing energy on each bounce

Version: 1.0
Created: 3rd Jan 2004 11:49
0
0
Math / Physics

Code for control objects with scalable velocity using mouse

Version: 1.0
Created: 3rd Jan 2004 10:59
0
0
Input / Output

Provides up to 64 'alarm' timers (they go off when you specify)

Version: 1.0
Created: 2nd Jan 2004 18:32
0
0
Core

This is a cool but simple scroll bar like you see on windows at the side of your screen, it isnt very decorated tho!

Version: 1.0
Created: 31st Dec 2003 07:32
0
0
2D Effects

A cool 2D camera thingy, you walk around and the camera follows you from ontop, like the old Zelda games and an awful lot of other games!

Version: 1.0
Created: 30th Dec 2003 18:28
0
0
2D Effects

3d Bouncing Boxes. You need Red/Cyan anaglyph glasses to see the effect of the boxes coming at you.

Version: 1.0
Created: 30th Dec 2003 04:22
0
0
Miscellaneous

makes a button at the given location

Version: 1.13
Created: 29th Dec 2003 21:51
0
0
Functions

Windows-Style Windows and GUI System

Version: 1.0
Created: 29th Dec 2003 14:47
0
0
Functions

Simple example of entry$

Version: 1.0
Created: 29th Dec 2003 08:35
0
0
Input / Output