.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
test.c | ||
vinci-cocoa.m | ||
vinci-win32.c | ||
vinci-xcb.c | ||
vinci.h |
Vinci - Cross-Platform Windowing Library
Refer to vinci.h
and test.c
to get started with the API.
Supported Platforms
- Linux (via XCB)
- Windows (Win32)
- macOS (Cocoa)
Status
- Unstable
- Undocumented
- API might change
Building
Run make
to build the test program.
Legal
Copyright (C) 2025 Orastron Srl unipersonale.
Authors: Stefano D'Angelo, Paolo Marrone.
All the code in the repo is released under GPLv3. See the LICENSE file.