12 projects tagged "MIT/X"
MV3D is a virtual world and multi-player game framework for use with Python. It was designed with scalability in mind and is able to distribute a world across as many servers as needed while dynamically balancing the load. The simulation framework is not specifically slanted towards any one genre of online game or virtual world, and can just as easily be used for a space game as a fantasy setting. Objects on an MV3D server can be simulated using the ODE physics engine for realistic interactions. A single server is able to host thousands of of simulated objects. The client works with both the Ogre3D and Panda3D renderers.
srmio is a library to access the most important functions of a Schoberer Radmesstechnik (SRM) PowerControl V, VI, and 7. You can download the data, mark it deleted, sync the time, and set the recording interval. To be as compatible as possible, it reads (SRM5/SRM6/SRM7) and writes (SRM7) files in the same format that srmwin uses.
Proportional Font Terminal is a version of Ajaxterm hacked to use Web-optimized proportional fonts. This allows terminal users to have the same kind of proportional fonts that have all but displaced monospace fonts for mainstream Web use because they offer simply better usability.
Taru is appointment scheduler that was designed for use within a university for scheduling demo times between course assistants and students. It includes support for calendar synchronization with iCal and Google. Taru means "to be sufficient, to be enough" in Japanese and "myth" in Finnish.
Kaiku (Japanese for "evolution", Finnish for "echo") is a Web-based reservation system for physical items. It allows you to check what is in the inventory and to keep track of who has borrowed which items. It was designed for use within a university to reserve and keep track of phones, tablets, and other gadgets borrowed by students.
Metakit is a small, portable database library using a hybrid relational / hierarchical data model with a column-wise internal storage format. For C++, include a single header file and 125 kb DLL or statically link directly. Ideal for desktops, embedded systems, smartphones, and PDAs. Bindings for Python and Tcl. A very mature, stable code base.
cqueues is a comprehensive event and networking library for Lua 5.2 and LuaJIT using modern Unix O(1) polling facilities. It includes libraries for buffered socket I/O, SSL/TLS sockets, DNS querying, signal handling, threading, file change notification, and X.509 key management. It natively supports Linux, *BSD, OS X, and Solaris systems without third-party dependencies, and is interoperable with any event loop that accepts plain descriptors, or is usable standalone.