https://github.com/krgn/rootanim
Creates a little animation on the X11 root window
https://github.com/krgn/rootanim
Last synced: 2 months ago
JSON representation
Creates a little animation on the X11 root window
- Host: GitHub
- URL: https://github.com/krgn/rootanim
- Owner: krgn
- License: gpl-3.0
- Created: 2015-11-28T10:30:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T12:46:56.000Z (over 10 years ago)
- Last Synced: 2025-01-26T05:11:34.537Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RootAnim
An evening-spanning venture into some aspects of Haskell I meant to explore for a while,
particularly the FFI and OpenGL.
FFI code is adapted from
[Graphics.UI.GL](http://hackage.haskell.org/package/GLHUI-1.1.0/docs/Graphics-UI-GLWindow.html),
opening the XDefaultRootWindow instead of creating a new, framed one.
The animation is basically a cheesy little WinAmp swoosh running across the
entire X11 root window. :)