Skip to content
forked from devinsmith/w32x

A Win32 API wrapper for Xlib/X11

License

Notifications You must be signed in to change notification settings

sailfish009/w32x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

w32x

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

Build Status

Screenshot

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.

About

A Win32 API wrapper for Xlib/X11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.4%
  • Makefile 1.9%
  • CMake 0.7%