Skip to content

malcolmstill/cl-egl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-egl

EGL is a cross-platform between OpenGL / OpenGL ES and native platform windowing systems. On Linux it allows using OpenGL without depending on X. cl-egl is a Common Lisp wrapper for libEGL.

Status

cl-egl is being developed primarily in support of ulubis and is therefor feature incomplete. Pull requests adding more of the API are more than welcome.

Requiremnts

cl-egl (obiously) requires libEGL. It is likely that libEGL already exists on your Linux installation if it is recent.

Installation

CL-USER> (ql:quickload :cl-egl)

About

Common Lisp wrapper to libEGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published