4599 projects tagged "Mac OS X"
mod_backhand is a load balancing module for Apache. It provides per-request HTTP redirection within a heterogeneous Apache server cluster. Each request is processed and run through a set of "candidacy functions" to determine which server is best suited to respond. The request is then proxied to that server. Facilities are in place to allow you to write your own dynamically loadable decision making algorithms. Everything about the request and the current availability of resources can be used in the decision-making process.
Vectoroids is based on the X-Window PDA game 'Agendaroids,' but uses libSDL for graphics, sound, and input, and includes nicer graphics, sound effects, and music. The objective is to survive wave after wave of giant rocks, which you must shoot to break into smaller pieces, until they are completely destroyed.
OpenVerse is similar to other graphical chat systems like Excite Chat and Microsoft Chat, with the main differences being that OpenVerse is open source software, has no advertisements, and also runs on a variety of systems including Windows, Unix, Macintosh, and just about anything else for which you can find a copy of TCL/TK.
Tkinter is Python's de facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/Tk. To use Tkinter, you don't need to write Tcl code, but you will need to consult the Tk documentation and occasionally the Tcl documentation (since Tk's low-level event handling mechanism is considered part of Tcl).
SDLucid is a C++ wrapper library for the SDL media library. It aims to not only be a wrapper, but to also offer a cleaner interface than the original SDL, as well as increased functionality. This additional functionality includes fonts, PNG loading, graphical primitives, built-in mixing, mod playing, and MP3 decoding. SDLucid follows naming conventions, approximating those of the Standard Template Library.