An open API service indexing awesome lists of open source software.

https://github.com/devinsmith/w32x

A Win32 API wrapper for Xlib/X11
https://github.com/devinsmith/w32x

c win32 xlib

Last synced: 5 months ago
JSON representation

A Win32 API wrapper for Xlib/X11

Awesome Lists containing this project

README

          

# w32x
A Win32 inspired API/wrapper over Xlib/X11 for Linux and Unix machines.

[![Build Status](https://travis-ci.com/devinsmith/w32x.svg?branch=master)](https://travis-ci.com/devinsmith/w32x)

![Screenshot](docs/w32x.png)

# Requirements
Debian based systems require the following libraries:
```
sudo apt-get install libx11-dev libxft-dev
```

# Building

You can use standard ./configure to build the static library and tests.
```
./configure
make
make test
```
This will create a libw32x.a library and build a sample app
that utilizes the library.

Alternatively, CMake files are provided but they may not necessarily be
up to date.