Skip to content

JuliaGL/XCB.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCB

tests

Wrapper around the X protocol C-language Binding (XCB) library for interacting with X window systems. Includes a Clang-generated library wrapper along with a few abstractions including setting up connections, graphics contexts and windows, handling input events, and running a window. For more information, see the package documentation. Users wishing to use the Clang wrapper directly will have to use XCB.Libxcb. For documentation, they should refer to the XCB documentation.