Posts Tagged: Software

Lithosphere

Aug. 21, 2010
comments

Lithosphere is a GPU driven terrain generator. It allows you to create and export material textures and heightmaps intended for use in realtime graphics applications.

SQLAlchemy Console

Jul. 31, 2009
comments

sqlalchemy console allows you to connect to any of the databases supported by sqlalchemy and run an interactive database command line against it.

Sociograph

Jul. 31, 2009
comments

Sociograph is an opengl/physics application that acts as an IRC client. Relationships of people in IRC channels are visualized as a physical constraint layouted graph.

Pyasm - Python x86 Assembler

Jul. 31, 2009
comments

Pyasm generates runable x86 machine code and uses ctypes to execute it.

Brainfuck x86 Compiler

Jul. 31, 2009
comments

This optimizing brainfuck compiler is written in python using pyasm to produce x86 executable (elf) binaries.

Abaeus Image Gallery

Jul. 31, 2009
comments

Abaeus is a web image gallery. It is designed with the aim to be minimal and non distracting to the user.

Jquery Suggest

Jul. 31, 2009
comments

jquery.suggest.js is a jquery plugin that allows you to provide a google like autosuggest functionality for your text input fields.