Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)