- Table of Contents
- Download
- What is Deppo?
- Video Demo
- 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 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 disable movement behaviours, drag-ability, and everything else you may or may not want.
deppo_demo_crop.mp4
(Excuse the programmer art)
TODO
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
- More documentation
Issues, PRs, etc. are all welcome!