- Table of Contents
- Download
- What is Deppo?
- Demonstration
- Quickstart
- Make your own!
- Building
- TODO
- Contributing
All downloads can be found on the releases page. If you're unsure, download the Windows x86 version.
Deppo is still in development, but you can test it using the following links!
Deppo is a highly customizable desktop companion engine! With Deppo, you can use, create, and share little friends that live on your computer screen, all while using minimal resources. Deppos can move around, be dragged, and even thrown around!
Deppos are not just critters of course. With Deppo, you can also display regular GIFs or images on your screen with very little effort. You can configure and disable movement behaviours, drag-ability, and everything else you may or may not want.
deppo_demo_crop.mp4
(Excuse the programmer art)
Deppos hang out anywhere on your screen, and sit right on your taskbar, if you let them! | |
Deppos can also be static images!
(If somebody knows the artist, let me know and I'll credit them here) |
- After downloading Deppo and opening it for the first time, you will be greeted with a menu.
- Click "Open Deppos Folder" to open the folder where Deppos are stored. This is where you put folders/zip files containing each Deppo!
- When you add Deppos, restart the program and you should see them listed. Click on one, then restart the program again!
You can find a comprehesive guide and reference for creating your own Deppo in the CREATING.md file.
- Clone the repository
- Run
cargo build --release
- The built binary will be in
target/release
- Transition animations
- Single-file loading (basically just renamed
.zip
files) - "Throwing" with mouse drag
- UI for choosing Deppos
- Configuration options
- Click behaviour
- ARM Linux support
- Example Deppos
- Always-on-top
- Stop/minimize when fullscreen app is running
- More documentation
Issues, PRs, etc. are all welcome!