43 projects tagged "OS Independent"
Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. It is dynamically typed, interpreted from bytecodes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. It is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. It has been used on games such as World of Warcraft, FarCry and Angry Birds, among others.
Simkin is a scripting language for Java/XML. Simkin is designed to let your users control all or part of your Java application. They write scripts in a very simple scripting language which can be embedded in XML. The scripts can call down into the API you've exposed from your Java classes. You write the mechanism, your users write the policy.
LILO-Splash-Screen Script-Fu is a script for the GIMP which helps you create fancy splash screens for use with LILO (and the boot-logo patch). It converts an RGB image to an indexed one, selecting appropriate colors for the image and a special region of interest (the current selection) where the boot menu shall reside. This is done by first duplicating the selection and its inversion, converting both to indexed images, then adding a modified color palette (ADD/SUB) required for the menu bar, and finally recombining all palette colors into a single 256 color palette.
DataVision is a reporting tool similar to Crystal Reports. Reports can be designed using a drag-and-drop GUI or a text editor. They may be run, viewed, and printed from the application or exported as HTML, XML, PDF, Excel, LaTeX2e, DocBook, or tab- or comma-delimited text files. The output files produced by LaTeX2e and DocBook can in turn be used to produce PDF, text, HTML, PostScript, and more. It can generate reports from JDBC databases or text data files. Report descriptions are stored as XML files.
Ren'ai/Dating Simulation Engine is derived from a type of computer game from Japan. The player controls a point of view (POV) game character, who interacts with other game characters in the hopes of winning the love of one of them. So far all of these games are closed source, and none have been translated into English. The Ren'ai includes a cross platform, internationalized game engine, on which dating sim type games can be played, plus an English based game to play on that engine.