{"id":29223627,"url":"https://github.com/bobster316/pilively","last_synced_at":"2026-05-15T22:03:33.185Z","repository":{"id":301099267,"uuid":"1008147045","full_name":"bobster316/pilively","owner":"bobster316","description":"🎨 Live 3D Animated Wallpapers for Raspberry Pi - True 3D Edition with Ae Plexus Effects","archived":false,"fork":false,"pushed_at":"2025-06-25T05:58:43.000Z","size":15736,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T06:37:03.470Z","etag":null,"topics":["3d-graphics","live-wallpaper","pygame","python","raspberry-pi","wallpaper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobster316.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-25T05:27:26.000Z","updated_at":"2025-06-25T05:58:47.000Z","dependencies_parsed_at":"2025-06-25T06:47:52.206Z","dependency_job_id":null,"html_url":"https://github.com/bobster316/pilively","commit_stats":null,"previous_names":["bobster316/pilively"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bobster316/pilively","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobster316%2Fpilively","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobster316%2Fpilively/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobster316%2Fpilively/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobster316%2Fpilively/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobster316","download_url":"https://codeload.github.com/bobster316/pilively/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobster316%2Fpilively/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263264649,"owners_count":23439257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-graphics","live-wallpaper","pygame","python","raspberry-pi","wallpaper"],"created_at":"2025-07-03T05:05:37.703Z","updated_at":"2025-10-08T02:36:59.895Z","avatar_url":"https://github.com/bobster316.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨 PiLively - Live 3D Wallpapers for Raspberry Pi\n\nTransform your Raspberry Pi desktop with stunning **True 3D animated wallpapers**! PiLively brings the power of Lively Wallpaper to Raspberry Pi with optimized 3D effects.\n\n## ✨ Features\n\n- 🚀 **True 3D Ae Plexus** - Stunning particle network animations\n- ⚡ **Optimized for Pi 5** - Smooth 60fps performance  \n- 🎛️ **GUI Configuration** - Easy setup and customization\n- 🔧 **systemd Integration** - Auto-start on boot\n- 💾 **Minimal Package** - Only 7.2MB download\n\n## 🎥 Demo\n\n*3D Ae Plexus effect running on Raspberry Pi*\n\n## 🚀 Quick Install\n\n### Download Latest Release:\n1. Go to [**Releases**](https://github.com/bobster316/pilively/releases)\n2. Download `pilively-3d-final-v1.2.0.tar.gz`\n3. Follow installation steps below:\n\n```bash\n# Extract and install\ntar -xzf pilively-3d-final-v1.2.0.tar.gz\ncd pilively_project\nchmod +x install.sh\n./install.sh\n\n# Start True 3D wallpaper\npilively\n```\n\n## 📋 Requirements\n\n- **Raspberry Pi 4/5** (recommended)\n- Raspberry Pi OS with desktop\n- Python 3.7+\n- 128MB GPU memory split\n- OpenGL support\n\n## 🛠️ Manual Installation\n\nIf the automated installer doesn't work:\n\n```bash\n# Install dependencies\nsudo apt update\nsudo apt install python3 python3-pip python3-pygame\npip3 install --user pygame psutil watchdog\n\n# Install PiLively\npython3 pilively.py\n```\n\n## ⚙️ Configuration\n\nRun the GUI configuration tool:\n```bash\npilively-config.py\n```\n\n### Performance Tuning\nEdit `~/.config/pilively/pilively.json`:\n```json\n{\n  \"performance\": {\n    \"target_fps\": 60,\n    \"particle_count\": 500,\n    \"use_gpu_acceleration\": true,\n    \"quality_preset\": \"high\"\n  }\n}\n```\n\n## 🎯 Supported Pi Models\n\n| Model | Performance | Recommended Settings |\n|-------|-------------|---------------------|\n| Pi 5 | Excellent | High quality, 60fps |\n| Pi 4 (4GB+) | Good | Medium quality, 30fps |\n| Pi 4 (2GB) | Fair | Low quality, 30fps |\n| Pi 3B+ | Limited | Low quality, 15fps |\n\n## 🐛 Troubleshooting\n\n**Performance Issues:**\n- Reduce particle count in config\n- Lower target FPS\n- Increase GPU memory split: `sudo raspi-config` → Advanced → Memory Split → 128\n\n**Service Won't Start:**\n```bash\n# Check service status\nsudo systemctl status pilively@$USER.service\n\n# View logs\njournalctl -u pilively@$USER.service\n```\n\n## 🤝 Contributing\n\nFeel free to submit issues and pull requests! Ideas for contributions:\n- New 3D wallpaper effects\n- Performance optimizations\n- Additional Pi model support\n- Documentation improvements\n\n## 📄 License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n## ⭐ Star This Project\n\nIf PiLively enhances your Pi desktop experience, please give it a star! ⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobster316%2Fpilively","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobster316%2Fpilively","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobster316%2Fpilively/lists"}