TuxCap Games Framework 1.3.07 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News TuxCap Games Framework 1.3.07 (Default branch)
# 1  
Old 02-05-2008
TuxCap Games Framework 1.3.07 (Default branch)

Image The TuxCap games framework is a GNU/Linux port of the PopCap games framework, which is used for professional 2D game development. It is written in C++ and supports both software and hardware accelerated drawing, comes with Python bindings, a very fast physics engine, a particle engine, a GUI widget system, and many documented examples to get you started. License: BSD License (original) Changes:
The Pycap Python bindings library is now linked into the generated libtuxcap library too. SDLMain.m and SDLMain.h were added for building on Mac OS X. All demos should build cleanly on Mac OS X and run in software mode. Many changes were made to the cmake files for cleaner debianization of libtuxcap. Software drawing was added for Additive Rect Fill. Particle and particle system scaling were added to the particle engine. This was added to the demo too. Some of the Python Pycap demos were renamed and moved.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Childsplay(6)															     Childsplay(6)

NAME
Childsplay - Educational games for young children. SYNTAX
childsplay [option] DESCRIPTION
Childsplay is a suite of educational games for young children. It's a plugin system, so childsplay is basically a framework where you put in as many game modules as you like. Childsplay comes with a few standard games, so check the website (see below) for additional games. OPTIONS
--fullscreen Toggle the fullscreen mode. The screen size stays 800x600, so if you have a bigger resolution you have to live with a black border. This is the default mode. --window Toggle windowmanager mode. Display the screen in a window of 800x600. --help Output help information and exit. --version Output version information and exit. FILES
/usr/local/bin/childsplay /usr/local/games/childsplay /usr/local/doc/childsplay EXAMPLES
To run this program the standard way type: childsplay Alternativly you can run it as: childsplay --window AUTHORS
Stas Z <stasz@linux.isbeter.nl> SEE ALSO
http://childsplay.sourceforge.net Read the docs that came with the tarball. Stas Z 0.46 11/09/2002 Childsplay(6)