7339 projects tagged "Windows"
Lua FLTK is a binding of the FLTK widget set (www.fltk.org) to the language Lua (www.lua.org). It tries to make the use of FLTK widgets seem natural to Lua programmers. It uses a simple constructor syntax, remaps C++ values onto Lua conventions, and provides direct set/get access to widget properties.
bttvgrab is a program for grabbing video sequences using a bt848-based frame grabber card (e.g. Hauppauge WinTV, Miro PCTV...). The goal of bttvgrab is to provide high-quality grabbing suitable for video recording. Currently, this is accomplished by trying hard not to leave out a single frame, and to catch temproary delays by buffering several frames. In the future, synchronized sound will be part of it. Then you can create mpeg movies using mpeg2enc, the output files will be prepared for that, so that the conversion can be done by a simple shell script.
Calendars for the Web provides a server based calendar and scheduling application. It allows unlimited users to share unlimted events per calendar. Calendars for the Web comes with a full-featured browser based interface, is completely customizable (sixteen different calendar view types), fully documented, and supports online administration.
Web Photo Album automatically generates photo albums on the fly from directories containing your favorite photos. Supports captions (including HTML tags), definable page sizes, forward and reverse preview, and index pages. All preview and index pages can be clicked to jump straight to the page that contains them. Album maintenance is easy -- just add or remove photos and (optionally) captions to your album directory.
Fl_Editor is a word-wrapping text editor widget for the FLTK toolkit. It supports CUA-style editing keys, automatic scrollbar display, load and save to file or buffer, and more. Fl_Editor includes subclasses with status and position display, find and replace, a couple of utility widgets, a status panel and a progress bar that can be used independent of any of the editors.
SDLmm is a C++ glue library for SDL, or the Simple DirectMedia Layer, which is a generic API that provides low level access to audio, keyboard, joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple platforms. SDLmm aims to stay as close as possible to the C API while taking advantage of native C++ features like object orientation. It also aims to be as platform independent as possible.
libffi is a library that really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages. ffi stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.
SigLab is a calculator designed for working on signals. You can use it to load, save, or generate signals, and do various operations on and between signals (addition, log, abs, sin, filtering, convolution, fft, correlation, etc.). Signal parts are constantly displayed. SigLab was designed to be able to handle the results of simulations or measurements. It can handle signals with millions of points, keeping in memory a small piece of each signal. To keep good performance, it caches in memory signal portions. SigLab was specifically designed for Ptolemy users. It will start at the end of a simulation and show all asked signals.