https://github.com/malcolmstill/ulubis-sdl
SDL2 backend for ulubis
https://github.com/malcolmstill/ulubis-sdl
Last synced: 5 months ago
JSON representation
SDL2 backend for ulubis
- Host: GitHub
- URL: https://github.com/malcolmstill/ulubis-sdl
- Owner: malcolmstill
- License: bsd-3-clause
- Created: 2016-10-07T17:18:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T20:58:43.000Z (almost 8 years ago)
- Last Synced: 2025-10-10T12:48:58.832Z (8 months ago)
- Language: Common Lisp
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ulubis-sdl
ulubis-sdl is a backend for [the ulubis window compositor](https://github.com/malcolmstill/ulubis). It allows ulubis to run on X via SDL.
# Requirements
ulubis-sdl requires: cffi and cl-sdl2.
# Installation
After installing ulubis with `(ql:quickload :ulubis)`, scripts in the `build` directory will automatically download `ulubis-sdl`. Otherwise you can run `(ql:quickload :ulubis-sdl)` directly.