Logo by Alkaron (anonymous IP: 18.226.17.251,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
*********************************************************************** * * * GameBlade by Jarek Ilski ( Nokturn32()poczta.onet.pl ) * * Distribution: EXSprite20021007 * * * * GameBlade Version: 20021007 * * * *********************************************************************** About GameBlade: ---------------- Please read the file README-GB for information about the GameBlade. License: -------- Please read the file COPYING for the license. The license is the GPL. Last update: ------------ 07 Oct 2002 ( Version Nr. 20021007 ) About this distribution: ------------------------ This distribution is called GameBlade-EXSprite20021007. It is made to demonstrate the sprite class of GameBlade, including frame management. The changes compared to the distribution Base20021007 are: -"makefile", changed the binary name to "EXSprite" -"headers/GB_Definitions.h", changed GAMEBUILD and the video mode settings to 800x600 and windowed mode -"main.cpp", added some lines of code to load the sprite "gfx/mario.bmp", set a color key and display the sprite, looping through each frame. Additionally, it clears the screen every time. -"gfx/mario.bmp", added this 32x128 sprite made of 4 32x32 frames to this distribution -"gfx/8x8font.bmp", removed this file because it is not used in this distribution Where to go from here? ---------------------- Read the file README-GB from this directory and the file "HOWTO" in the doc directory or download example distributions. Have fun, Jarek Ilski, 07. Oct. 2002 *********************************************************************** * * * GameBlade by Jarek Ilski ( Nokturn32()poczta.onet.pl ) * * * * Version: 20021007 * * * *********************************************************************** License: -------- Please read the file COPYING for the license. The license is the GPL. Last update: ------------ 07 Oct 2002 ( Version Nr. 20021007 ) What is the GameBlade? ------------------------ The GameBlade is a little helper library made only of headers ( and a .cpp file ) which makes SDL Game programming even easier than it already is. For whom is the GameBlade? ---------------------------- The GameBlade is for people who have only a little time but would none the less like to code a game and for people who don't like to get into technical stuff. You can easily code a game with sound, music, keyboard handling and nice looking bitmap graphics in one day. For whom is the GameBlade the wrong choice? --------------------------------------------- Actually, the GameBlade can be useful to anyone, also to people who want to code 3D games or games with mouse support or people who would like to code professional games. If you like, you can use just one part of the library, for example if you are only interested in music playback, why not use this part? What can the GameBlade do? ---------------------------- Actually, the GameBlade can only call other libraries, like SDL, SDL_image and SDL_mixer. But if you ask what it was meant to make easier, here you have a list: - Take care of the video mode ( SDL ) - Load and display sprites in various formats like BMP, JPG, PNG, PCX and many more ( SDL_image ) - Load and display fullscreen backgrounds ( same formats supported like for sprites ) ( SDL_image ) - Handle some basic events like the ESC button and closing the window ( SDL ) - Get input from the keyboard and handle it ( SDL ) - Open and play a sound ( formats like Microsoft WAVE, VOC etc etc ) ( SDL_mixer ) - Open and play background music ( supports formats like OGG, MIDI and MP3 ) ( SDL_mixer ) - Provides a very simple set of functions for displaying text in a 10x16 bmp font ( font included ) As you see, this is all you need to code a little game. Probably you will replace the font by an own one or use another font library, because the set of functions of the GameBlade is very limited Concept: -------- This "library" consists of a main file ( main.cpp ) and many header files. This library is not installed to your system but your game or application is built on top of it. Generally that means: - You "tar xvfz GameBlade-Base20021007.tar.gz" - You treat all the new files and directories as if they were part of your project and you edit them as you like. If you like, you can completely change all the code, or you can use only parts of it. Every header stands for a new section of the library. Some headers will not be so interesting for you, while the headers like GB_Definitions.h, GB_Functions.h, GB_Globals.h, GB_Classes.h and GB_FilterEvents.h were made to be changed by you. How do I check if it works? --------------------------- If you are using Linux, just go to the directory with the file "makefile" and type "make". If you get no errors, it works. What are the requirements for this library? ------------------------------------------- All you need is a C/C++ compiler, SDL (I used versions 1.2.5 and 1.2.4, but all new versions should be ok), SDL_image and SDL_mixer. If you don't have these, here is a tip where you can get them: C/C++ compiler: I use GCC, which is freely available for Linux, Windows and many other systems, you should able to find it everywhere SDL : www.libsdl.org, there you can find the newest versions SDL_image : www.libsdl.org, look for "Libraries" SDL_mixer : www.libsdl.org, look for "Libraries" Well, then what do I do next? ----------------------------- Now you can start working on your game/application. First I would advise you to look through the headers and to look at the main.cpp file, much of the code is commented and easy to understand. Please also read the files in the doc directory. Have fun! -Jarek Ilski, 07. Oct. 2002 |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |