NovaTK is an object-oriented, cross-platform GUI toolkit. One of the focuses of NovaTK is to facilitate rapid development of cross-platform applications requiring fewer lines of code.
gmfMVC is a Model-View-Controller library built for the wxWidgets library. MVC is a design pattern that aids in the organization and implementation of windowed applications. gmfMVC is built within wxWidgets, so it is portable across many UI types.
GLICT aims to creation of simple-to-implement set of classes to produce a functional widget-based GUI using OpenGL. Implementation is planned in that way so that no windowing system or method is preferred.
A lightweight, nice-looking logger for C++. Provides possibility for (colorized) console output, logging to datafile or into a ringbuffer in memory. Sources are well documented.
New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Simple C++ Toolkit to add a GUI to your application based on a HTML Web-Frontend. Provides a Webserver & capabilities to extract POST data (forms). Template based dynamic HTML page generation. All templates and other contents (images) in one executable.
Native crossplatform GUI for bazaar version control system. SourceForge use is intended only for releases. Please get a bazaar branch from launchpad: https://www.launchpad.net/rapidbzr
Signal Visualizer is a client/server system that uses TCP/IP to display digital signals (DSP) graphically onto a remote server. The only requirements for the embedded system are : a physical IP interface and a C/C++ compiler that includes a socket API.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
GCe is a graphical editor for GUI's using the Guichan library (guichan.sourceforge.net) It uses plugins to provide the components, so can be used with custom widgets by writing an editor and end user plugin. It saves and loads using XML
Curses++ is a set of C++ wrapper classes for the curses library. The project is aimed at providing a layer compatible with any version of curses (ncurses and pdcurses are seen as two major versions) and to be easy-to-use, using familiar STL interfaces.
Modulized Pages Environment for embedded system. It can be used on mobile phones, car, or set-top box. MPE provide a lot of basic pages and a modulized environment to implement embedded system user interface.
Simplifed All Gaming Graphical User Interface (SAGGUI). Project aimed towards simplifying inclusion of GUI elements in games. Graphical backends include: Allegro,SDL,and OpenLayer. Font backends include: FreeType. Easily extensible to any other system.
Hotkeys is a library for registering system wide hot keys for java applications. Offering a simple api for registering keys with the ctrl, alt and/or shift modifiers.
PHP-Qt is an extension for PHP5 that aims to write software with the Qt Toolkit. It provides an object-oriented interface to the Qt4 Framework. This is an auxiliary site for https://developer.berlios.de/projects/php-qt/
Converts bitmap file to c/c++ files (usefull for embedded systems with GUI). The color encoding is fully configurable (for example 16bit 5/6/5) and a "preview" bmp file is generated to show how much the picture is altered by the information reduction
This project is a continuation of the existing SkinDoc project. The aim is to create a number of programs aimed to simplify the creation of media player skins. Aimed primarily at Windows Media Player, support for Winamp and others will be added.
Set of plugins for jQuery JavaScript library: (1) Pingchange plugin for observing changes: DOM-element properties, css, even calculated values. Plus cross-browser IE-like CSS expressions.
EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server to add a web interface to applications. HTML template files make dynamic content generation a snap. Add class,write handlers & HTML templates, your done! Supports OpenSSL, cookies
Small Java efficiency and productivity utilities as both stand alone programs and simple APIs. Including sipplets for GUI (Swing), threading and XML, plus utilities for SQL and XML. Download the wheel here!
EventListener is a simple and efficient C++ framework for propagating Events in graphical interfaces or numerical codes, using Listener pattern. Filtering and blocking of events is possible. This package does not use any other lib.