/MinilibX

X11 simple interface

Primary LanguageC

MinilibX

Simple graphics library


This fork is an updated version of the minilibX from Olivier Crouzet.

Improvements

  • Delivered as a conan package
  • PDF documentation can be generated by typing make pdf

Contents

  • Source code in C for X11 and Mac OS X
  • Man pages

Requirements

(Automatically installed by conan)

X11 version

  • libx11-dev
  • libxext-dev
  • libxpm-dev

Mac OS X version

  • OpenGL
  • AppKit

Building

conan create .

Usage

An example can be found in the test folder:

cd test
conan install .
make
source activate_run.sh
./test_minilibx.exe
source deacrivate_run.sh

License

MinilibX is licensed under the BSD license: Copyright Olivier Crouzet - 1999-2015