https://github.com/malcolmstill/cl-egl
Common Lisp wrapper to libEGL
https://github.com/malcolmstill/cl-egl
Last synced: over 1 year ago
JSON representation
Common Lisp wrapper to libEGL
- Host: GitHub
- URL: https://github.com/malcolmstill/cl-egl
- Owner: malcolmstill
- License: bsd-3-clause
- Created: 2016-09-15T12:14:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T15:44:25.000Z (about 7 years ago)
- Last Synced: 2025-03-14T18:40:58.268Z (over 1 year ago)
- Language: Common Lisp
- Homepage:
- Size: 8.79 KB
- Stars: 10
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/malcolmstill/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)
```