Guthur / glop

Direct FFI bindings for OpenGL window and context management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The goal is to provide simple OpenGL window and context manipulation code as well as system
input handling (i.e. mouse & keyboard).

Direct FFI bindings to system functions are used so no third party C lib is required
except system libraries.

Dependencies:
 - CFFI

Tested on:
 - CLISP/X11
 - CLISP/Win32
 - SBCL/X11

Usage: see test.lisp

About

Direct FFI bindings for OpenGL window and context management

License:MIT License


Languages

Language:Common Lisp 100.0%