29 projects tagged "Linux"
AntTweakBar is a small and easy-to-use C/C++ library that allows programmers to quickly add a light and intuitive GUI into OpenGL or DirectX based graphic programs to interactively tweak them. Program variables can be linked to a graphical control that allows users to modify them. Programmers are not required to design the graphical interface by providing coordinates or by using a visual UI editor. Controls are automatically organized following an optional given hierarchy.
The C++ Portable Types Library (PTypes) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, character sets, variants, lists and other basic data types along with threads, synchronization primitives and IP sockets. It is portable across modern Unix and Windows systems and includes a sample HTTP daemon showing the full power of the library.
CFL (Compressed File Library) is meant for the save-files used by games, and other sorts of data files. Its features include pluggable class factories, easy CFL file creation at runtime, and the ability to have multiple separate CFL objects in memory at the same time. The package also includes a CFL testing tool to make it easier to port the library and to create additional plug-in compressors, preprocessors, and ciphers. It also includes a makecfl utility, which makes it easy to create ini files.
EDM is a fork of Sauerbraten (http://www.sauerbraten.org/) which is in development but playable. It features several multiplayer game modes like Deathmatch and Instagib, dynamic map model physics, enhanced particle effects, unique weapons and powerups, and more. Maps can be edited with other players online.
EGSL is a small interpreter which can execute Lua scripts. It includes some functions for fast and easy game development. These are image manipulation functions, functions for 2D drawing, sound and music, input via mouse, keyboard, and joypad, and some helper functions. The engine is based on SDL, SDL_gfx, and SDL_mixer, and additionally on SDL_image on Haiku-OS.
Humm and Strumm is a 3D adventure game in which two players must collaboratively solve puzzles and fight enemies in order to stop the evil Dr. Geoff from taking over the world. Humm and Strumm is set in a psychedelic fairytale world, with lands such as a giant cupcake and a musical forest. The main characters, Humm and Strumm, are armed with yo-yos for weapons. Humm and Strumm has two modes of play: Adventure Mode, in which two players fight Dr. Geoff, and Tag Mode, in which up to eight players play a game of tag using their characters' weapons.
IP Tables State implements the "state top" feature from IP Filter for IP Tables. "State top" displays the states held by your stateful firewall in a "top"-like manner. Since IP Tables doesn't have a built-in way to easily display this information once, an option was added to iptstate to do this.