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?
CodeBase Description | Category | |
---|---|---|
'Crazy Ball' bounces around the screen in an erratic manner. The sprites are made from images drawn on the screen. Version: 2
Created: 29th Nov 2017 22:41
|
Graphics | |
Example of decoding a QR code from a live camera feed on a device. Slightly modified from AGK example "DecodeQRCode", which uses a camera app to get the user to take a picture before decoding. Version: 1.0
Created: 12th Jul 2017 12:02
|
Miscellaneous | |
Simple Window management System. You can add sprites/ text to the window, they will stay on place and be culled correctly. Add some kind of .jpg to the code, or remove the image loading part. Version: 1.0
Created: 17th May 2017 05:26
|
Libraries | |
This code decompresses an ogg file from an array and plays it. (No media needed) Version: 1.0
Created: 17th May 2017 05:19
|
Miscellaneous | |
This library and example code can load the sentences.txt from half life and also the whole vox sound system. You need an own copy of half-life 1 as you need the HLroot/sound/vox/ audio files and the HLroot/sound sentences.txt file in order to make it work. There is also a description how to create Version: 1.0
Created: 17th May 2017 05:12
|
Libraries | |
Displays in full screen the Made with App Game Kit Logo. Version: 1.0
Created: 3rd May 2017 20:21
|
Miscellaneous | |
Send it a date in YYYY-MM-DD format, it returns the day of the week for that date. Written in AGK2. Version: 1.0
Created: 25th Apr 2017 18:45
|
Functions | |
This code allows you to see a simple text display with the current rendering/ main process time. It does even show you, if you hit performance limits. Version: 1.0
Created: 20th Apr 2017 16:44
|
Functions | |
Creates a day night sky system. Version: 1.0
Created: 11th Apr 2017 08:39
|
Graphics | |
This library provides you 3d sound based on regular loaded sound files. Version: 1.0
Created: 10th Apr 2017 21:04
|
Libraries | |
1 Version: 1.0
Created: 19th Mar 2017 09:41
|
Graphics | |
2 Version: 1.0
Created: 12th Feb 2017 16:23
|
Input / Output | |
Some functions that create fireworks from particles but submitted as full code to show how the user may call these functions etc Version: 1.0
Created: 13th Jan 2017 22:14
|
Math / Physics | |
Protect your programs from unauthorized access Version: 1.0
Created: 26th Nov 2016 13:17
|
File Control | |
Paint Curve for Sprite movement Version: 1.0
Created: 25th Nov 2016 13:14
|
Graphics | |
API for read, write and modify JSON files.See forum thread.https://forum.thegamecreators.com/thread/218297 Version: 1.03
Created: 18th Nov 2016 11:36
|
Libraries | |
Version 0.6 .. this update adds a whole new dimension of commands Vector2, Vector3, Vector4 and Matrix4 commands for AGK Version: 0.6
Created: 8th Nov 2016 23:52
|
Libraries | |
This function set can show you the .wav waveform on the screen Version: 1.0
Created: 4th Nov 2016 04:03
|
Functions | |
This function will provide a keyframe editor with mousewheel support. The value can be changed if a keyframe is pressed. Version: 1.0
Created: 3rd Nov 2016 23:08
|
Functions | |
Generate diffrent sounds, and signals. You can give your shot, if it inspired you. Version: 1.0
Created: 30th Oct 2016 02:17
|
Functions | |
This lib can add several objects to another one and keep track of the added limbs. Version: 1.0
Created: 30th Oct 2016 02:12
|
Libraries | |
This function can Return the type of a String and find out if the String is a Float or an Integer. Version: 1.0
Created: 30th Oct 2016 02:06
|
Functions | |
Extract RGBA values from an image Version: 1.0
Created: 25th Sep 2016 20:27
|
Functions | |
analogues for len(), mid(), left(), right(), asc(), chr() functions to work with UTF-8 strings. Version: 20161020
Created: 14th Sep 2016 16:04
|
Functions | |
Two functions to join two images together: Vertically and Horizontally. Version: 1.0
Created: 8th Sep 2016 01:23
|
Functions | |
A set of simple functions to add pathinfinding to your 3D levels. Version: 1.0
Created: 17th Aug 2016 14:39
|
Libraries | |
Neaded this to read chip 8 binary files that neaded to convert characters in it to unicode. Version: 1.0
Created: 27th Jul 2016 11:24
|
Functions | |
I neaded a bitwise operation for hex input. Version: 1.0
Created: 26th Jul 2016 15:35
|
Functions | |
Free Flight Camera for keyboard, touch and virtual joystick. Version: 1.0
Created: 9th Mar 2016 12:29
|
Functions | |
leaving in a world filled with zombies, trying to survive the war between humans and zombies. Version: 1.0.1
Created: 2nd Jan 2016 21:33
|
Complete Applications |