Welcome Contributors
Mango is an open-source Wayland compositor, and we welcome contributions from the community. Whether you’re fixing bugs, adding features, improving documentation, or packaging for distributions, your help is appreciated.Mango’s Vision
Stability is the primary goal: After months of testing and development—and aside from a few lingering GPU compatibility issues—Mango is now stable enough. We don’t plan on making many breaking changes. Practicality is preferred: We tend to add features that genuinely help with daily workflows—things that make work more convenient. Not every preference will be catered to: For niche feature requests, we take a wait-and-see approach. We’ll only consider adding them if they get a significant number of upvotes.Getting Started
Building from Source
Mango is lightweight and can be built completely within a few seconds:Dependencies
- wayland
- wayland-protocols
- libinput
- libdrm
- libxkbcommon
- pixman
- libdisplay-info
- libliftoff
- hwdata
- seatd
- pcre2
- xorg-xwayland
- libxcb
Ways to Contribute
Code Contributions
- Bug fixes
- Feature implementations (aligned with Mango’s vision)
- Performance improvements
- GPU compatibility fixes
Documentation
- Improve existing documentation
- Add tutorials and guides
- Translate documentation
- Document undocumented features
Testing
- Test on different hardware configurations
- Report GPU compatibility issues
- Verify bug fixes
- Test new features
Community Support
- Help users on Discord
- Answer questions in GitHub issues
- Share your configurations and dotfiles
Reporting Issues
When reporting issues:- Check if the issue already exists
- Provide detailed information:
- Your system configuration
- GPU and driver information
- Steps to reproduce
- Expected vs actual behavior
- Relevant logs or error messages
Feature Requests
For feature requests:- Check if a similar request exists and upvote it
- Explain how the feature helps with daily workflows
- Consider if it aligns with Mango’s vision of practicality
- Be aware that niche features require community support (upvotes) to be considered
Development Resources
Mango’s development is based on dwl and references:- wlroots - Implementation of Wayland protocol
- owl - Basal window animation
- dwl - Basal dwl feature
- sway - Sample of Wayland protocol
- scenefx - Window effects implementation
