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
- Host: GitHub
- URL: https://github.com/devinsmith/w32x
- Owner: devinsmith
- License: other
- Created: 2017-05-17T22:57:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T02:06:43.000Z (over 2 years ago)
- Last Synced: 2023-11-28T03:24:34.511Z (over 2 years ago)
- Topics: c, win32, xlib
- Language: C
- Size: 94.7 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# w32x
A Win32 inspired API/wrapper over Xlib/X11 for Linux and Unix machines.
[](https://travis-ci.com/devinsmith/w32x)

# 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.