An open API service indexing awesome lists of open source software.

https://github.com/chiryaki/chiaki

Wallpaper Engine made with SDL2
https://github.com/chiryaki/chiaki

ffmpeg sdl2 wallpaper-engine

Last synced: 7 months ago
JSON representation

Wallpaper Engine made with SDL2

Awesome Lists containing this project

README

          





Wallpaper Engine made with SDL2



To run this software, you need the DLLs for FFmpeg and SDL2. Make sure to have these DLLs available in the system before executing the program.

Required DLLs



  • SDL2.dll: A cross-platform development library providing low-level access to audio, keyboard, mouse, and display functions.


  • avcodec-xx.dll (part of FFmpeg): Handles audio and video encoding and decoding.


  • avformat-xx.dll (part of FFmpeg): Deals with multimedia container formats.


  • avutil-xx.dll (part of FFmpeg): Provides various utility functions used by other components of the library, including common multimedia processing tasks.