Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaacbrodsky/screensaver
https://github.com/isaacbrodsky/screensaver
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isaacbrodsky/screensaver
- Owner: isaacbrodsky
- License: other
- Created: 2024-04-28T18:36:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T18:43:07.000Z (6 months ago)
- Last Synced: 2024-04-28T19:36:28.255Z (6 months ago)
- Language: C++
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CodePageScreensaver
A screensaver.
# Development
## VCPKG requirements
```
libpng:x86-windows 1.6.37-7 libpng is a library implementing an interface fo...
sdl2-image:x86-windows 2.0.5 SDL_image is an image file loading library. It l...
sdl2:x86-windows 2.0.12 Simple DirectMedia Layer is a cross-platform dev...
zlib:x86-windows 1.2.11-6 A compression library
```
## Configure CMake```
cmake -S . -B build2 -DCMAKE_TOOLCHAIN_FILE=$VCPKG_DIR/scripts/buildsystems/vcpkg.cmake -A Win32
```# Copyright
Copyright 2024 Isaac Brodsky. Licensed under the [GNU General Public License, Version 3](./LICENSE.txt).