https://github.com/r00tman/xflipbook
Bloat-free animation program for Linux using SDL2, GL, Xi, and ImGui
https://github.com/r00tman/xflipbook
animation bitmap cartoon drawing flipbook imgui linux onion-skin opengl sdl2 x11 xflipbook
Last synced: about 2 months ago
JSON representation
Bloat-free animation program for Linux using SDL2, GL, Xi, and ImGui
- Host: GitHub
- URL: https://github.com/r00tman/xflipbook
- Owner: r00tman
- Created: 2018-01-21T23:52:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T11:15:41.000Z (over 7 years ago)
- Last Synced: 2025-03-24T07:07:22.579Z (about 2 months ago)
- Topics: animation, bitmap, cartoon, drawing, flipbook, imgui, linux, onion-skin, opengl, sdl2, x11, xflipbook
- Language: C++
- Homepage:
- Size: 349 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xflipbook
Bloat-free animation program using SDL2, GL, Xi, and ImGui## Building and running
Dependencies:
- GLEW
- SDL2
- libX11, libXiTo run: `make; ./main`
## Shortcuts
- q – quit
- , – previous frame
- . – next frame
- space – play/stop
- [ – toggle onion skin (backward)
- ] – toggle onion skin (forward)
- b – toggle draw on background
- p – activate pencil
- e – activate eraser## Troubleshooting
If your pen is drawing at the wrong position or isn't drawing anything at all, try the following.In `app.h` change constant 16777216 according to your tablet area settings.
For some configurations, it should be set at around 32000. To get more precise info you can use `xsetwacom`.