You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
include | 5 months ago | |
src | 3 weeks ago | |
subprojects | 5 months ago | |
.gitignore | 5 months ago | |
.gitmodules | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
config.example.json | 5 months ago | |
kernel.cl | 3 weeks ago | |
meson.build | 5 months ago |
README.md
CLM_Reader
Simple and basic image viewer and manga reader for linux, with opencl resampling.
Dependencies
- x11
- mesa
haven't tested other drivers
- opencl
- libzip
- sdl2
- sdl2-image
Building
Building the application requires meson and gcc 11.
meson build
cd build
ninja
ninja install
mkdir ~/.config/clm_reader && cp ../config.example.json $_/config.json
Usage
clm_reader file[.jpg|.png|.zip|.cbz]
You can change the opencl program and it's parameters in the config.json file.
Bindings
Key | Function |
---|---|
+ | Zoom In |
- | Zoom Out |
Home | Page Start |
End | Page End |
Page Up | Previous Page |
Page Down | Next Page |
Q | Quit |