ClanLib 0.8.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ClanLib 0.8.1 (Default branch)
# 1  
Old 06-20-2008
ClanLib 0.8.1 (Default branch)

ClanLib is a cross-platform game SDK currentlysupporting Windows and Linux. It provideseasy-to-use interfaces for 2D graphics, input,sound, resources, networking, GUI, OpenGL, andmore. The goal is to provide a game SDK that doesall the dirty work that all modern games need toimplement anyway, thus making the game developerconcentrate on the gameplay instead of reinventingthe wheel over and over again.License: GNU Lesser General Public License (LGPL)Changes:
This release adds an enhanced API for Linux, OS X,and Windows.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
atris(1)																  atris(1)

NAME
atris - Tetris-like game with a twist for Unix SYNOPSIS
atris [options] DESCRIPTION
Alizarin Tetris includes multi-player support, user-extensible color, shape and sound styles, can use TCP/IP networking and features a few different AI opponents. OPTIONS
-h, --help Command line help. -b, --bg Flaming background (default). -n, --noflame No flaming background. -s, --sound Enable sound effects (default). -q, --quiet No sound effects. -w, --window Windowed display (default). -f, --fullscreen Full-screen display. -d=<X>, --depth=<X> Set color depth (bpp) to X. -r=<X>, --repeat=<X> Set the keyboard repeat delay to X (1 = Slow Repeat, 16 = Fast Repeat). EXAMPLES
To run this game the standard way, type: # atris & To run this game in fullscreen mode, type: # atris --fullscreen & AUTHOR
This manual page was written by Pascal Giard <evilynux@yahoo.com> for the Debian GNU/Linux system (but may be used by others). SEE ALSO
Atris home page http://www.cs.berkeley.edu/~weimer/atris/ Pascal Giard September 4, 2004 atris(1)