https://github.com/dacap/vaca
C++ Win32 wrapper to develop GUI apps
https://github.com/dacap/vaca
cpp win32 windows
Last synced: 7 months ago
JSON representation
C++ Win32 wrapper to develop GUI apps
- Host: GitHub
- URL: https://github.com/dacap/vaca
- Owner: dacap
- License: mit
- Created: 2012-04-08T17:13:48.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T02:53:16.000Z (over 2 years ago)
- Last Synced: 2025-04-04T19:55:32.139Z (8 months ago)
- Topics: cpp, win32, windows
- Language: C++
- Homepage: https://github.com/dacap/vaca/wiki
- Size: 3.24 MB
- Stars: 100
- Watchers: 12
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Vaca
## Visual Application Components Abstraction
*Copyright (c) 2005-2022 David Capello*
[](https://github.com/dacap/vaca/actions?query=workflow%3Abuild)
[](LICENSE.txt)
Vaca is a library to develop GUI applications with C++. It uses
templates and STL, and has some special features like dockable tool
bars and layout managers.
This library is released under the terms of the MIT License. See
[LICENSE.txt](LICENSE.txt) for more information.
* [Wiki](https://github.com/dacap/vaca/wiki)
* [Examples](https://github.com/dacap/vaca/wiki/Examples)