PandaDesktopApp is a fun and lightweight WPF application for Windows that displays an animated panda walking across your desktop. You can also drag and drop the panda to any position on your screen.
- Animated panda (GIF) walks left and right across your desktop.
- Drag and drop the panda to reposition it anywhere on the screen.
- Panda movement automatically resumes after dragging.
- Runs on Windows with .NET 8.
(Add your screenshots here)
- .NET 8 SDK
- Windows 10 or later
-
Clone the repository: git clone https://github.com/yourusername/PandaDesktopApp.git cd PandaDesktopApp
-
Restore dependencies and build: dotnet build
-
Run the app: dotnet run --project PandaDesktopApp
- Place your
panda_walk.gifin theAssetsfolder.
(You can use any animated GIF of a panda walking.)
- The panda will start walking automatically.
- Click and drag the panda to move it anywhere on your desktop.
- Release the mouse to let the panda resume walking.
This project is licensed under the MIT License.
- WpfAnimatedGif for GIF animation support in WPF.