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 1,334 entries over 45 pages.
CodeBase Description Category

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

A nice camp fire/torch/whatever fire effect using particles.

Version: 1.0
Created: 24th Dec 2003 06:53
0
0
3D Effects

This is a simple function that takes a screenshot of the entire screen and saves it as a *.bmp file.

Version: 1.0
Created: 24th Dec 2003 05:11
0
0
Display

A simple hover craft engine (not made by me)

Version: 1.0
Created: 22nd Dec 2003 08:48
0
0
Games

This function gets the 3d distance between two points in 3d space where the position of the first object is x1, y1, z1 and the second is x2, y2, z2

Version: 1.0
Created: 18th Dec 2003 08:04
0
0
Basic 3D

This is a fully commented lens flare routine for DB Pro.

Version: 1.0
Created: 18th Dec 2003 07:58
0
0
3D Effects

Someone (for whatever reason) really wanted a fast file copy routine. Here it is. It uses a decent size buffer and runs with it. Very fast... great for big media files.

Version: 0.1
Created: 16th Dec 2003 19:08
0
0
Miscellaneous

A destructable terrain.

Version: 1.0
Created: 16th Dec 2003 12:16
0
0
Basic 3D

REAL Timer based Movement Loop

Version: 1.0
Created: 15th Dec 2003 20:18
0
0
Math / Physics

This code shows how you can use memblocks to simulate a matrix. It has the basic commands the normal matrix also has and more.

Version: 1.0
Created: 15th Dec 2003 14:03
0
0
Memblocks

A Function to tile images

Version: 1.0
Created: 15th Dec 2003 04:20
0
0
Bitmap

Get a list of files or folders

Version: 1.0
Created: 5th Dec 2003 20:39
0
0
File

Simple readable example of using an array as a list

Version: 1.0
Created: 4th Dec 2003 17:29
0
0
Core

Make breakout levels with ease, save and load.

Version: 1.0
Created: 30th Nov 2003 03:37
0
0
Complete Applications

In here, I will briefly teach you about skyboxes.

Version: 1.0
Created: 29th Nov 2003 19:19
0
0
World

a break-out style game, mainly just my first game.

Version: 1.0
Created: 28th Nov 2003 16:40
0
0
Sprite

This is a Basic health bar.(Or power/magic/ammo/etc.) Same 2D principles can be applied to anything that needs to grow/decrease in value on your 2D screen.

Version: 1.0
Created: 23rd Nov 2003 13:58
0
0
Basic 2D

This is a simple way of doing a main menu for your game. The same principles are applied for detection of other objects on the 2D screen.

Version: 1.0
Created: 23rd Nov 2003 12:01
0
0
Basic 2D

This function will parse a string.

Version: 1.0
Created: 22nd Nov 2003 21:05
0
0
Text

a 2d side scrolling example with foreground and background scrolling

Version: 1.0
Created: 16th Nov 2003 16:01
0
0
Complete Applications

Simple way to move around and explore worlds with camera.(Includes FPS, and Polygon count)

Version: 1.0
Created: 16th Nov 2003 15:58
0
0
Camera

Have you ever wanted to display a nice mutlicolor score, well you can with a set of number images and this little function? It will convert a integer into a series of sprite images.

Version: 1.0
Created: 16th Nov 2003 09:24
0
0
2D Effects

msbox() function with vb like sytax and constants

Version: 1.1
Created: 15th Nov 2003 20:31
0
0
Input / Output

A Simple Survival Game. How long can you survive?

Version: 1.0
Created: 15th Nov 2003 14:30
0
0
Sprite

How to make an dialog using windows user32.dll? Just copy the cod in your dbpro editor and try to edit somethings to see how it works.

Version: 1.0
Created: 15th Nov 2003 04:56
0
0
Complete Applications

Demonstrates how to throw and object threw the air using projectile motion.

Version: 1.0
Created: 14th Nov 2003 22:31
0
0
Math / Physics

It takes an image and creates a matrix from it.

Version: 0.9
Created: 14th Nov 2003 08:19
0
0
Bitmap

This is a complete Noughts and Crosses programme. No media required. Just a simple example of how to write such a programme.

Version: 1.0
Created: 11th Nov 2003 09:40
0
0
Complete Applications

An example source code on how to make a drive browser... easy as <sencored> :)

Version: 1.0
Created: 10th Nov 2003 12:03
0
0
File Control