initial push

This commit is contained in:
ti_mo
2026-05-29 03:37:25 +02:00
commit b78359dc02
3 changed files with 8172 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# SimpleImageViewer
> View images fast and without any hocus pocus, sometimes less is better
## Disclaimer
The inspiration was a youtube video, i've watched the beginning and though to myself that this cannot be that hard to implement.
Of course it is not without usage, I will prepare the app to be hooked in Hyprland to launch the current photo stored in clipboard.
## Requirements
- SDL3
## Installations
#### Macos
- `brew install sdl3`
- clone this repo and navigate into it
- `gcc SimpleImageViewer.c -o SimpleImageViewer -Wall -Werror -o3 $(pkg-config --cflags --libs sdl3)` or with `clang`
#### Linux
- TODO