alpha shooter 0.0.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 794
Alpha Shooter 0.0.3
Alpha Shooter is a 3D OpenGL first-person shooter game with a sci-fi setting. more>>
Alpha Shooter is a 3D OpenGL first-person shooter game with a sci-fi setting.
Alpha Shooter was born as a project for the Computer Graphics course at the University of Bologna.
The main objective was to develop a very simple 3D game using the OpenGL, GLU and GLUT libraries only (and some creativity). Emphasis was not placed on the game itself, rather on learning how to use the libraries to produce a 3D environment and interact with it; it was thus required to build a suitable scenery using polygonal meshes and quadric surfaces, appropriate textures and materials, lights, and effects.
According to my personal taste I chose a sci-fi setting, trying to reproduce an environment that could remind players of a warehouse or loading area located inside a space ship or space station, like those often seen in movies or commercial videogames (of course I was aware of the limits of my implementation). I focused development on a single room, with an outside view, for ease of development (it was my very first attempt at graphics programming) and because it was enough to make use of a wide set of elements of OpenGL, consistently with the project requirements.
The game I wrote was inspired to the First Person Shooter genre, in which the player can move around in a 3D environment, looking around freely through the eyes of the played character, interacting (in very limited ways) with some of the objects present, shooting crates and barrels and some holographic targets.
I had a lot of fun creating that simple game, so after I got my Masters Degree I decided it would be a waste to just leave it hidden in some obscure directory at home; it is now here, released as Free Software, so that I can keep working on it and improving it, with help from whoever will be interested, in the hope that it will be useful as an example on how to get started in computer graphics and games development.
Enhancements:
- Binary packages were created for all supported operating systems, including a Windows installer, an i386 Debian Linux package, and a PowerPC Mac OS X DMG disk image.
- Additionally, the improved persistent mouse movement mode uses a dynamic mouse cursor that shows direction and speed of rotation, making that movement mode more intuitive and useful.
- Several minor bugs have also been fixed.
<<lessAlpha Shooter was born as a project for the Computer Graphics course at the University of Bologna.
The main objective was to develop a very simple 3D game using the OpenGL, GLU and GLUT libraries only (and some creativity). Emphasis was not placed on the game itself, rather on learning how to use the libraries to produce a 3D environment and interact with it; it was thus required to build a suitable scenery using polygonal meshes and quadric surfaces, appropriate textures and materials, lights, and effects.
According to my personal taste I chose a sci-fi setting, trying to reproduce an environment that could remind players of a warehouse or loading area located inside a space ship or space station, like those often seen in movies or commercial videogames (of course I was aware of the limits of my implementation). I focused development on a single room, with an outside view, for ease of development (it was my very first attempt at graphics programming) and because it was enough to make use of a wide set of elements of OpenGL, consistently with the project requirements.
The game I wrote was inspired to the First Person Shooter genre, in which the player can move around in a 3D environment, looking around freely through the eyes of the played character, interacting (in very limited ways) with some of the objects present, shooting crates and barrels and some holographic targets.
I had a lot of fun creating that simple game, so after I got my Masters Degree I decided it would be a waste to just leave it hidden in some obscure directory at home; it is now here, released as Free Software, so that I can keep working on it and improving it, with help from whoever will be interested, in the hope that it will be useful as an example on how to get started in computer graphics and games development.
Enhancements:
- Binary packages were created for all supported operating systems, including a Windows installer, an i386 Debian Linux package, and a PowerPC Mac OS X DMG disk image.
- Additionally, the improved persistent mouse movement mode uses a dynamic mouse cursor that shows direction and speed of rotation, making that movement mode more intuitive and useful.
- Several minor bugs have also been fixed.
Download (0.77MB)
Added: 2007-08-09 License: GPL v3 Price:
813 downloads
Baghdad 0.0.3
The Baghdad project is an Arabic spell checker. more>>
The Baghdad project is an Arabic spell checker.
The Arabic spell checker named after the occupied Iraqi capital. Based on the ideas and data of the Buckwalter Arabic Morphological Analyzer.
<<lessThe Arabic spell checker named after the occupied Iraqi capital. Based on the ideas and data of the Buckwalter Arabic Morphological Analyzer.
Download (0.30MB)
Added: 2005-12-27 License: GPL (GNU General Public License) Price:
1397 downloads
pysdl_mixer 0.0.3
pysdl_mixer is a python interface to SDLs sdl_mixer. more>>
pysdl_mixer is a python interface to SDLs sdl_mixer.
This is usefull for multichannel sample and music playback from python. This project is currently being used by soya (https://gna.org/projects/soya/).
<<lessThis is usefull for multichannel sample and music playback from python. This project is currently being used by soya (https://gna.org/projects/soya/).
Download (0.023MB)
Added: 2006-04-25 License: (FDL) GNU Free Documentation License Price:
1280 downloads
Ultimate Guitar 0.0.3
Ultimate Guitar is an amaroK script which search guitar tabs in ultimate-guitar.com. more>>
Ultimate Guitar is an amaroK script which search guitar tabs in ultimate-guitar.com. It shows the results within a browser (default: Konqueror).
<<less Download (0.009MB)
Added: 2006-08-01 License: Freeware Price:
1195 downloads
Chatbot::Alpha::Sort 2.04
Chatbot::Alpha::Sort is a Perl module for alphabetic sorting of Chatbot::Alpha documents. more>>
Chatbot::Alpha::Sort is a Perl module for alphabetic sorting of Chatbot::Alpha documents.
SYNOPSIS
use Chatbot::Alpha::Sort;
# Create a new sorter.
my $sort = new Chatbot::Alpha::Sort();
# Sort your files.
$sort->start (
dir => ./before,
out => ./after,
ext => cba,
);
Chatbot::Alpha::Sort can take your numerous unsorted Alpha documents, and create nicely formatted documents from A.cba to Z.cba with triggers sorted alphabetically within each document.
METHODS
new (ARGUMENTS)
Creates a new Chatbot::Alpha::Sort object. You should only need one object, since each sort request creates its own Chatbot::Alpha, unless you intend to run multiple sorts at the same time.
Returns a Chatbot::Alpha::Sort instance.
version
Returns the version number of the module.
start (ARGUMENTS)
Starts the sorting process. ARGUMENTS is a hash that you must pass in to tell the module how to do things. The arguments are as follows:
dir => DIRECTORY
The directory at which your original Alpha documents
can be found. Defaults to CWD.
out => DIRECTORY
Another directory for which your newly formatted Alpha
documents will be written to. Defaults to CWD.
ext => EXTENSION
The file extension of your Alpha documents. Defaults
to cba
files => SORT_TYPE
The sorting method for which your new files will be sorted.
See below for the sort types.
<<lessSYNOPSIS
use Chatbot::Alpha::Sort;
# Create a new sorter.
my $sort = new Chatbot::Alpha::Sort();
# Sort your files.
$sort->start (
dir => ./before,
out => ./after,
ext => cba,
);
Chatbot::Alpha::Sort can take your numerous unsorted Alpha documents, and create nicely formatted documents from A.cba to Z.cba with triggers sorted alphabetically within each document.
METHODS
new (ARGUMENTS)
Creates a new Chatbot::Alpha::Sort object. You should only need one object, since each sort request creates its own Chatbot::Alpha, unless you intend to run multiple sorts at the same time.
Returns a Chatbot::Alpha::Sort instance.
version
Returns the version number of the module.
start (ARGUMENTS)
Starts the sorting process. ARGUMENTS is a hash that you must pass in to tell the module how to do things. The arguments are as follows:
dir => DIRECTORY
The directory at which your original Alpha documents
can be found. Defaults to CWD.
out => DIRECTORY
Another directory for which your newly formatted Alpha
documents will be written to. Defaults to CWD.
ext => EXTENSION
The file extension of your Alpha documents. Defaults
to cba
files => SORT_TYPE
The sorting method for which your new files will be sorted.
See below for the sort types.
Download (0.030MB)
Added: 2007-04-02 License: Perl Artistic License Price:
943 downloads
Stereo 0.0.2 Alpha
Stereo is a Gnome/Mono application to copy mp3 files to mp3 player. more>>
Gnome/Mono application to copy mp3 files to mp3 player
Stereo is a GTK/mono application for copying MP3 files (either from a 3mu type playlist or database search onto an MP3 player than can be seen by Linux as a USB hard drive.
This is the initial alpha release - 0.0.1.
<<lessStereo is a GTK/mono application for copying MP3 files (either from a 3mu type playlist or database search onto an MP3 player than can be seen by Linux as a USB hard drive.
This is the initial alpha release - 0.0.1.
Download (0.12MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1563 downloads
SimplePBX 0.0.3
SimplePBX is a configuration/dial plan manager for Asterisk. more>>
SimplePBX is a configuration/dial plan manager for Asterisk. Supports multiple trunks and call groups. This is a Multi-Tenant system requiring very little configuration to have a fully working PBX system. Complete GPL source code.
<<less Download (0.051MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
949 downloads
Open Space Shooter prototype
Open Space Shooter is a simple 2D space shooter like asteorids. more>>
Open Space Shooter is a simple 2D space shooter like asteorids.
Just a small spaceship, some Asteorids and some enemies. You got lasers and rockets and try to fight the enemy ships, not more.
It is simple but funny.
All is just a prototyp of a game I want to write later. But I have no time at the moment...
<<lessJust a small spaceship, some Asteorids and some enemies. You got lasers and rockets and try to fight the enemy ships, not more.
It is simple but funny.
All is just a prototyp of a game I want to write later. But I have no time at the moment...
Download (1.2MB)
Added: 2006-06-25 License: Other/Proprietary License Price:
1223 downloads
Grester 0.3 Alpha
Grester project is a Maven2 plugin for Jester, the JUnit tester tool. more>>
Grester project is a Maven2 plugin for Jester, the JUnit tester tool. It enables Jester to be executed at any valid Maven lifecycle phase in a Maven Project.
It saves developers from constructing cumbersome Java classpath entries on the commandline every time they need Jester to run against JUnit Tests in the project.
It can also help to dispense with a suite of scripts that may have been written to handle complex Java classpath executions for Maven projects.
<<lessIt saves developers from constructing cumbersome Java classpath entries on the commandline every time they need Jester to run against JUnit Tests in the project.
It can also help to dispense with a suite of scripts that may have been written to handle complex Java classpath executions for Maven projects.
Download (0.11MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
853 downloads
Cleversafe Alpha 4.1.3
Cleversafe is a storage software solution that offers extremely high reliability and security. more>>
Cleversafe is a storage software solution that offers extremely high reliability and security. It uses fast information dispersal algorithms to store small slices of data in multiple, disparate locations.
Each slice is individually unusable, yet any majority of the slices can perfectly recreate all of the original data. A large dispersed storage grid with 11 or more storage locations can remain fully operational even if up to any 5 of the storage nodes are not operational.
<<lessEach slice is individually unusable, yet any majority of the slices can perfectly recreate all of the original data. A large dispersed storage grid with 11 or more storage locations can remain fully operational even if up to any 5 of the storage nodes are not operational.
Download (MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
Chatbot::Alpha::Syntax 2.04
Chatbot::Alpha::Syntax is a Perl module for syntax checking of Chatbot::Alpha replies. more>>
Chatbot::Alpha::Syntax is a Perl module for syntax checking of Chatbot::Alpha replies.
SYNOPSIS
use Chatbot::Alpha::Syntax;
my $syntax = new Chatbot::Alpha::Syntax;
# Set strict syntax.
$syntax->syntax (strict);
# Changed my mind, use loose
$syntax->syntax (loose);
# Only allow SOME commands.
$syntax->deny_type (allow_some);
# Allow only +s and -s.
$syntax->allow (+, -);
# Syntax-check this file.
$syntax->check ("replies.cba");
Chatbot::Alpha::Syntax provides syntax checking for Alpha documents. All syntax errors result in a die so dont expect to run your syntax checking halfway through a large applications process. Doing it in initialization is always fine though.
<<lessSYNOPSIS
use Chatbot::Alpha::Syntax;
my $syntax = new Chatbot::Alpha::Syntax;
# Set strict syntax.
$syntax->syntax (strict);
# Changed my mind, use loose
$syntax->syntax (loose);
# Only allow SOME commands.
$syntax->deny_type (allow_some);
# Allow only +s and -s.
$syntax->allow (+, -);
# Syntax-check this file.
$syntax->check ("replies.cba");
Chatbot::Alpha::Syntax provides syntax checking for Alpha documents. All syntax errors result in a die so dont expect to run your syntax checking halfway through a large applications process. Doing it in initialization is always fine though.
Download (0.030MB)
Added: 2007-04-02 License: Perl Artistic License Price:
939 downloads
libdiscmage 0.0.3 Alpha
libdiscmage is a library to rip/convert single tracks from proprietary image formats. more>>
libdiscmage is a library to rip/convert single tracks from proprietary image formats (like DiscJuggler or Nero ) for burning em with cdrecord. Example apps are included.
Usage: discmage [OPTION(S)]... IMAGE
Options
--mktoc generate TOC sheet for IMAGE or existing CUE sheet
--mkcue generate CUE sheet for IMAGE or existing TOC sheet
--mksheet same as --mktoc and --mkcue
--rip=N rip/dump track N from IMAGE
--cdmage=N like --rip but writes always (padded) sectors with 2352 Bytes;
this is what CDmage would do
Enhancements:
- added support for CDI, ISO and BIN images
- added support for cua and toc sheets
<<lessUsage: discmage [OPTION(S)]... IMAGE
Options
--mktoc generate TOC sheet for IMAGE or existing CUE sheet
--mkcue generate CUE sheet for IMAGE or existing TOC sheet
--mksheet same as --mktoc and --mkcue
--rip=N rip/dump track N from IMAGE
--cdmage=N like --rip but writes always (padded) sectors with 2352 Bytes;
this is what CDmage would do
Enhancements:
- added support for CDI, ISO and BIN images
- added support for cua and toc sheets
Download (0.16MB)
Added: 2006-03-16 License: LGPL (GNU Lesser General Public License) Price:
1317 downloads
Chatbot::Alpha 2.04
Chatbot::Alpha provides a simple chatterbot brain. more>>
Chatbot::Alpha provides a simple chatterbot brain.
The Alpha brain was developed by AiChaos, Inc. for our chatterbots. The Alpha brains language is line-by-line, command-driven. Alpha is a simplistic brain yet is very powerful for making impressive response systems.
// Test Replies
// Chatbot-Alpha 2.0 - Mid-sentence redirections.
+ redirect test
- If you said hello I wouldve said: {@hello} But if you said whats up Id say: {@whats up}
// Redirect test with .
+ i say *
- Indeed you do say. {@ }
// Chatbot-Alpha 1.7 - A reply with continuation...
+ tell me a poem
- Little Miss Muffet,n
^ sat on her tuffet,n
^ in a nonchalant sort of way.nn
^ With her forcefield around her,n
^ the spider, the boundern
^ is not in the picture today.
// Chatbot-Alpha 1.7 - Check syntax errors on deep recursion.
+ one
@ two
+ two
@ one
// A standard reply to "hello", with multiple responses.
+ hello
- Hello there!
- Whats up?
- This is random, eh?
Enhancements:
- Fixed up some Perl warnings within the code.
- Renamed the example script to example.pl to not confuse Makefile.
<<lessThe Alpha brain was developed by AiChaos, Inc. for our chatterbots. The Alpha brains language is line-by-line, command-driven. Alpha is a simplistic brain yet is very powerful for making impressive response systems.
// Test Replies
// Chatbot-Alpha 2.0 - Mid-sentence redirections.
+ redirect test
- If you said hello I wouldve said: {@hello} But if you said whats up Id say: {@whats up}
// Redirect test with .
+ i say *
- Indeed you do say. {@ }
// Chatbot-Alpha 1.7 - A reply with continuation...
+ tell me a poem
- Little Miss Muffet,n
^ sat on her tuffet,n
^ in a nonchalant sort of way.nn
^ With her forcefield around her,n
^ the spider, the boundern
^ is not in the picture today.
// Chatbot-Alpha 1.7 - Check syntax errors on deep recursion.
+ one
@ two
+ two
@ one
// A standard reply to "hello", with multiple responses.
+ hello
- Hello there!
- Whats up?
- This is random, eh?
Enhancements:
- Fixed up some Perl warnings within the code.
- Renamed the example script to example.pl to not confuse Makefile.
Download (0.030MB)
Added: 2007-03-31 License: GPL (GNU General Public License) Price:
973 downloads
Asterisk Soap API 0.0.1 Alpha
Asterisk Soap API is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration featur more>>
Asterisk-Soap is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration features.
Asterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.
<<lessAsterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.
Download (MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
847 downloads
pyIrcServer 0.0.5.0 Alpha
pyIrcServer provides a powerful and customizable IRCd. more>>
pyIrcServer provides a powerful and customizable IRCd.
pyIrcServer is a powerful and very customizable IRCd. Features can be added and removed by changing modules, classes, and utils. The modules expand the classes, and the classes expand the entire IRCd.
The core is very simple, modules are the most important thing because without them the IRCd cant run.
So thereare standard modules inserted in each release and unofficial modules made by users who use this software and want to add their own features.
<<lesspyIrcServer is a powerful and very customizable IRCd. Features can be added and removed by changing modules, classes, and utils. The modules expand the classes, and the classes expand the entire IRCd.
The core is very simple, modules are the most important thing because without them the IRCd cant run.
So thereare standard modules inserted in each release and unofficial modules made by users who use this software and want to add their own features.
Download (0.084MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above alpha shooter 0.0.3 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed