Simple graphics library
This is a mirror of ol's MinilibX, in both it's X11 and Cocoa versions. The following text is derived from the original README which you can find in the subfolders.
I added a Makefile which compiles the right version for the current platform and an additional file with variables for easier linking. The libraries themselves are entirely ol's work!
This is the MinilibX, a simple X-Window (X11R6) programming API in C, designed for students, suitable for X-beginners.
- Source code in C
- Both Cocoa and X11
- A public include file mlx.h
- X11 include files if applicable
- XShm for the X11 version
Run make, an appropriate version for your current platform will be created and
copied to the root of this repository.
No installation script is provided. You may want to install
libmlx.aand/orlibmlx_$(HOSTTYPE).ain/usr/X11/libor/usr/local/libmlx.hin/usr/X11/includeor/usr/local/includeman/man3/mlx*.1in/usr/X11/man/man3or/usr/local/man/man3
MinilibX is licensed under the BSD license: Copyright Olivier Crouzet - 1999-2015