Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.14 KB

DVDVideoScreensaver

Joke for reddit. DVDVideo logo only hits corners and changes colors. How to use:

  • Press spacebar to switch between normal mode, always hit opposite corner, and always hit a corner.
    • Always hit a corner mode is intended to hit all corners by randomly selecting one then making an arc to that corner if it's not directly opposite. However, I haven't actually bothered to implement it yet so it will do nothing right now.
  • Press Enter to toggle full screen mode.
  • Use arrow keys to change direction
  • Use numpad 0-9 to set speed.

DVD Logo

DVD Logo

Multiple versions: Winforms and WPF

There is some jankiness with the animation so I figured I'd try it in WPF. Still janky, but there is a noticable improvement. If anyone knows how to do smooth animations in either of these frameworks let me know. Otherwise I'm considering going to dotnetcore and using OpenGL. Both versions share the same code and resources under SharedItems. This makes for interesting framework comparisons!