75 projects tagged "C"
Ecasound is a software package designed for multitrack audio processing. It can be used for simple tasks like audio playback, recording, and format conversions, as well as for multitrack effect processing, mixing, recording and signal recycling. It supports a wide range of audio inputs, outputs, and effect algorithms. Effects and audio objects can be combined in various ways, and their parameters can be controlled by operator objects like oscillators and MIDI-CCs. A versatile console-mode user interface is included in the package.
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is primarily used with common scripting languages such as Perl, PHP, Python, Tcl/Tk, and Ruby, however the list of supported languages also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, UFFI), Java, Modula-3, OCAML, Octave, and R. Also several interpreted and compiled Scheme implementations (Guile, MzScheme, Chicken) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG can also export its parse tree in the form of XML and Lisp s-expressions.
PhysicsFS is a library to provide abstract access to various archives. The programmer defines a "write directory" on the physical filesystem. No file writing done through the PhysicsFS API can leave that write directory, for security. For file reading, the programmer lists directories and archives that form a "search path". Once the search path is defined, it becomes a single, transparent, hierarchical filesystem. This makes for easy access to ZIP files in the same way as you access a file directly on the disk, and it makes it easy to ship a new archive that will override a previous archive on a per-file basis. Symbolic links can be disabled, for added safety. Finally, PhysicsFS gives you a platform- abstracted means to determine if CD-ROMs are available, the user's home directory, where in the real filesystem your program is running, etc.
GridFlow is a plugin for PureData, Ruby, and jMax. It provides the ability to process images and video as N-dimensional arrays ("Grids"). It consists of a framework for grid transmissions, elementary grid processing objects, picture-oriented processing objects, and input/output objects. It also allows one to write plugins for PureData and jMax using the Ruby language.
Ruby-GConf allows Ruby developers to write applications that store their configuration data using GConf (1.0.x). GConf is a configuration database system written by Havoc Pennington et al, and part of the GNOME application development framework (although it can be used separately).
Multi-User Environment Server (MUES) is a multi-threaded, event-driven Internet game environment server written in Ruby. It is intended to facilitate the building of online multi-player games or simulations, by providing one or more dynamically programmed object environments (worlds), the means to access these environments (using a network client), various useful services or daemons (for creating in-game systems), and an event system (for facilitating the interaction of all the parts).
GImageView is a GTK+ based image viewer. It supports tabbed browsing, thumbnail table views, directory tree views, drag and drop, reading the thumbnail cache of other famous image viewers, and a flexible user interface. It also support movies using the Xine library and MPlayer, and supports images in compressed archive formats like tar.gz, zip, and lha.