11 projects tagged "user interface"
MicroVGA-conio library is a minimalistic library for creating textual user interfaces on embedded devices running Linux or no OS at all. The library maintains compatibility with the conio.h console library and parts of the Unix curses library. The uvga-conio library can be used with almost every embedded system, starting with low-cost 8-bit MCUs such as i8051/PIC16/ATtiny, through 32-bit powerful system-on-chips (such as various ARM/MIPS systems), to fully-featured embedded Linux boards. A small but fully working conio application can fit into 4 KB of flash and 128 bytes of RAM. The library may be used with devices other than MicroVGA-TEXT interfaces.
The Ninja project is an attempt to develop an alternative Nagios GUI with the aim of being the most useful Open Source Web front end for Nagios. It improves searching and filtering and scalability. It supports templates and skins for customizing appearance, and supports several databases. You can use the components of Ninja in combination with the CGI scripts of the original Nagios Web GUI or as replacements for them.
Vaadin is a Web application framework for Rich Internet Applications (RIA). In contrast to Javascript libraries and browser-plugin based solutions it features a server-side architecture, which means that the majority of the logic runs on the servers. AJAX technology is used on the browser side to ensure a rich and interactive user experience. Vaadin is a big collection of UI components. There are server-side components like Button, Table, and Tree that you use to compose the application user interface. The components use events, listeners, and data binding to communicate with each other and the business logic. Vaadin is a robust architecture for rapid application development. The component-based architecture together with the data binding features help you to build applications that are easily modularized and refactored as needed.
jQuery Tools is a UI library designed for the particular needs of Web sites. It provides tabs, tooltips, accordions, overlays, smooth navigation, and visual effects. This library contains six of the most useful JavaScript tools available for modern Web sites. All of these tools can be used together, extended, configured, and styled. This enables the possibility of hundreds of different widgets and new personal ways of using the library.
TagEventor is a project to enable radically simple computer usage by creating physical-object-based user interfaces. It does this using commercially available (and relatively cheap), standardized RFID technology in the form of small, simple USB connected contacted card/tag readers and small, cheap tags. The project was started based on products available from the "touchatag" company, which has clients for Windows and Mac, and run their own Web service to enable many interesting Web-based applications. However, no simple, lightweight Linux client was available, and the Web focus meant that some client-focused functionality was not possible. The software is currently a daemon that monitors the presence of one or more RFID tags on a connected reader and generates "system events" when tags are placed on it or removed from it.
Metawidget is a "smart user interface widget" that populates itself, at runtime, with UI components to match the properties of your business objects. Metawidget does this without introducing new technologies. It inspects your existing back-end architecture (such as JavaBeans, existing annotations, existing XML configuration files) and creates widgets native to your existing front-end framework (such as Swing, Java Server Faces, Struts, Android). Metawidget does not replace or hide your existing UI framework and guarantees that your investment in its technology and knowledge is as valid as always.
grixec is a script that implements a few user-space commands that permit the running of batch jobs on the local computer or on any accessible computer where the user has an ssh account. Data, results, and execution parameters of each job are stored in a new directory for each run. Basic methods to sort out job directories by project and to document results are provided.
Blacken is a Java library for Roguelike development. It supports arbitrarily resizing the window. It maintains a "preferred size", changing the font size as needed. By default, all applications support Alt-Enter for fullscreen mode. It strives to support Unicode well. A cell contains a sequence of codepoints. Codepoints may be outside the Basic Multilingual Plane or zero-width accents. All key input consists of valid Unicode codepoints. Special keys are handled by codepoints in "private use" planes. Modifier keys are handled through a prefix character (like Unix systems handle Alt via the Escape character).