44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown
# Zoomer
|
|
|
|
Simple zoom application
|
|
|
|
Clone in c of [boomer by tsoding](https://github.com/tsoding/boomer)
|
|
|
|
## Dependencies
|
|
|
|
- [scrot](https://github.com/dreamer/scrot)
|
|
- SDL2
|
|
- OpenGL
|
|
|
|
## Build
|
|
|
|
```
|
|
# DESTDIR=/usr/local/ make install
|
|
```
|
|
|
|
## Todo
|
|
|
|
- [ ] screenshot without scrot
|
|
- [ ] zoom with scroll
|
|
- [ ] embed shaders on install
|
|
|
|
## We're Using GitHub Under Protest
|
|
|
|
This project is currently hosted on GitHub. This is not ideal; GitHub is a
|
|
proprietary, trade-secret system that is not Free and Open Souce Software
|
|
(FOSS). We are deeply concerned about using a proprietary system like GitHub
|
|
to develop our FOSS project. We urge you to read about the
|
|
[Give up GitHub](https://GiveUpGitHub.org) campaign from
|
|
[the Software Freedom Conservancy](https://sfconservancy.org) to understand
|
|
some of the reasons why GitHub is not a good place to host FOSS projects.
|
|
|
|
If you are a contributor who personally has already quit using GitHub, please
|
|
[check this resource](https://git.herisson.ovh/tonitch/zoomer) for how to send us contributions without
|
|
using GitHub directly.
|
|
|
|
Any use of this project's code by GitHub Copilot, past or present, is done
|
|
without our permission. We do not consent to GitHub's use of this project's
|
|
code in Copilot.
|
|
|
|
![Logo of the GiveUpGitHub campaign](https://sfconservancy.org/static/img/GiveUpGitHub.png)
|