V C++ GUI Framework: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
V is an easy to program, cross-platform C++ | V is an easy to program, cross-platform C++ graphical user interface framework. V was designed to make it easier to write C++ graphical user interface applications regardless if they are commercial, shareware, or freeware. | ||
==Version== | ==Version== | ||
Line 11: | Line 11: | ||
==License== | ==License== | ||
* Open source release under the [[GPL v2]] or [[LGPL v.2.1]] | |||
==Author== | ==Author== | ||
* | * [[Jon Hacker]] (OS/2 port) | ||
* Original Author [[Bruce E. Wampler]] | * Original Author [[Bruce E. Wampler]] | ||
Line 25: | Line 25: | ||
[[Category:Tools]] | [[Category:Tools]][[Category:Open Source Software]][[Software written in C++]] |
Revision as of 21:54, 17 February 2015
Description
V is an easy to program, cross-platform C++ graphical user interface framework. V was designed to make it easier to write C++ graphical user interface applications regardless if they are commercial, shareware, or freeware.
Version
- V portable C++ GUI Framework V 1.21 (1999-03-12)
- V portable C++ GUI Framework V 1.24 XFREE86/OS2 (2000-03-26)
Links
- http://www.ccp14.ac.uk/ccp/ccp14/ftp-mirror/programming/objectcentral/beta/v/vrefman/vintro.htm
- Homepage
License
- Open source release under the GPL v2 or LGPL v.2.1
Author
- Jon Hacker (OS/2 port)
- Original Author Bruce E. Wampler
Related Articles
- V - A Free C++ Graphical User Interface Framework by Jon Hacker
- The V C++ GUI Framework User Guide by Bruce E. Wampler (1999/06/30)