4 projects tagged "language independent"
Rig3 is a photo blog system that generates static HTML pages from a collection of pictures and text files. It uses the file system to dictate the structure. Each post can be an individual file, a directory with text and a list of images, or an Izumi blog entry. A wiki-like text syntax is supported. Monthly and index pages are generated along with an Atom feed per category. It can scale reasonably well for a moderate personal photo collection with tens of thousands of pictures.
TSDL was written for the turn-based strategy game "Turious", but is a stand alone library. It provides a number of useful widgets and event handling functions. Its widgets include container, label, button, text, numbox, checkbox, and console. All of the widgets can be given individual background images and custom text. Containers and widgets can be shown and hidden individually, and will retain their visibility state. The library uses OpenGL for rendering, allowing it to be used in 3D games as well as 2D.