24 lines
464 B
Markdown
24 lines
464 B
Markdown
# 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.
|