Go to file
2025-03-27 09:51:52 +01: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 working example. Tested on windows 2025-03-19 10:31:25 +01:00
README.md working example. Tested on windows 2025-03-19 10:31:25 +01:00
test.c add some funny drawing test 2025-03-24 17:42:56 +01:00
vinci-cocoa.m cocoa! 2025-03-24 16:50:23 +01:00
vinci-win32.c vinci_run -> vinci_hidle now only implements 1 tick non blocking event handling 2025-03-19 19:35:51 +01:00
vinci-xcb.c remove useless poll from vinci-xcb 2025-03-27 09:51:52 +01:00
vinci.h cocoa! 2025-03-24 16:50:23 +01: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) 2025 Orastron Srl unipersonale.

Authors: Stefano D'Angelo, Paolo Marrone.

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