Go to file
2025-06-01 22:09:34 +02:00
.gitignore working example. Tested on windows 2025-03-19 10:31:25 +01:00
LICENSE working example. Tested on windows 2025-03-19 10:31:25 +01:00
Makefile fix copyright (headers) 2025-06-01 22:09:34 +02:00
README.md fix copyright (headers) 2025-06-01 22:09:34 +02:00
test.c add needed defines to get usleep properly defined 2025-04-17 10:28:10 +02:00
vinci-cocoa.m fix copyright (headers) 2025-06-01 22:09:34 +02:00
vinci-win32.c fix copyright (headers) 2025-06-01 22:09:34 +02:00
vinci-xcb.c remove useless poll from vinci-xcb 2025-03-27 09:51:52 +01:00
vinci.h add extern "C" for c++ 2025-05-14 17:39:03 +02:00

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.

Copyright (C) 2021-2025 Orastron Srl unipersonale.

Authors: Paolo Marrone, Stefano D'Angelo.

All the code in the repo is released under GPLv3. See the LICENSE file.