darclander

Results 5 issues of darclander

For some versions of windows (incorrectly installed or non-purchased versions) it seems like the function `get_wallpaper_window()` does not return a correct `HWND` to the windows wallpaper but instead returns `0`....

Currently there is no solution for using `.gif / .mp4` files as a moving background. Instead of only having the star-like moving background a further advancement would be to allow...

Once the program is stopped the background will remain as a still of the current background. (Instead of moving stars it will just be white dots standing still). An upgrade...

- [ ] Create UI - [ ] Add options - - [ ] Choose background - - [ ] Start / Stop animation [Example GUI picture](https://github.com/darclander/starBackground/blob/main/documents/img/GUI_example_1.png)

Currently the window management is handled with input to the application via `argc` in C++. The default value for `0 arguments` is to set the window `width: 1920` and `height:...