A very easy to use GUI C++ framework for Windows and *NIX systems. Supports WIN32 API on Windows platforms, and Athena and Motif X widgets on *NIX systems. First developed in 1995, is still in active development. Currently working on Version 2.0.
License
GNU General Public License version 2.0 (GPLv2), GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow The V C++ GUI Framework
Other Useful Business Software
Automate Proposals with AI in Microsoft Word.
Automate your best practices, processes, and standards to guide your proposal writers, sales teams, and subject experts. And don’t worry, it’s so easy to use they will use it. We would love the opportunity to help you quantify the impact your business can expect from investing in Expedience Software. Click here to request a Return on Investment (ROI) calculation. In this 15-minute session, we will ask 20 simple questions to assess and grade your current proposal quality and scalability. Manual proposal processes are likely costing you far more than you realize. These models waste time and kill the productivity of proposal writers, sales team members, senior staff, and subject experts.
Rate This Project
Login To Rate This Project
User Reviews
-
The V GUI application graphical interface model is a compromise between everything that was used at the time of its inception, including its prediction of a number of other simplified approaches. It takes both the layered approach of Athena widgets and the seemingly random and chaotic Win32 functions and translates them into the common language of a generic application model with only the most essential decorations and controls. At the surface level, V forms a strictly object-oriented model that can be manipulated easily by students to form relatively complex applications, while it descends into the dirty details of whatever interface it translates, making it a good candidate for more robust applications for sophisticated programmers. Since the language derived from the V model is something of a trade-based pidgin, it can remove much of the pain of creating parallel structures in disparate environments. My experience is limited to the Win32-to/from-Linux (mostly Red Hat distros), but if Bruce Wampler's approach could be extended into newer developments such as privileged memory models and STL structure and algorithm support, any C++ platform could become practically polyglot in its graphical interface.