Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dacap/vaca
C++ Win32 wrapper to develop GUI apps
https://github.com/dacap/vaca
cpp win32 windows
Last synced: 2 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 (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T02:53:16.000Z (almost 2 years ago)
- Last Synced: 2023-04-12T17:12:12.662Z (almost 2 years ago)
- Topics: cpp, win32, windows
- Language: C++
- Homepage: https://github.com/dacap/vaca/wiki
- Size: 3.24 MB
- Stars: 75
- Watchers: 9
- Forks: 17
- 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*[![build](https://github.com/dacap/vaca/workflows/build/badge.svg)](https://github.com/dacap/vaca/actions?query=workflow%3Abuild)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](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)