https://github.com/jl2/clgl
common-lisp graphics lisp opengl repl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jl2/clgl
- Owner: jl2
- License: isc
- Created: 2017-09-10T23:21:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T08:08:09.000Z (over 6 years ago)
- Last Synced: 2025-01-24T13:43:10.820Z (5 months ago)
- Topics: common-lisp, graphics, lisp, opengl, repl
- Language: Common Lisp
- Size: 135 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
clgl is a simple, REPL-based graphics library that uses OpenGL for rendering and [GLFW](https://github.com/glfw/glfw) for windowing.
The goal of this project is to give me a simple to use OpenGL canvas that I can interact with from [Slime](https://github.com/slime/slime).
The primary use case is to have a CLGL window with various graphical objects open on one half of my screen, while I interact with them from Emacs on the other half of the screen.
It's also possible to use CLGL as a library in other applications.