Barebones
The barebones branch of Mango Framework is a minimal distribution based on the main branch structure, but without the full set of integrated modules.
Where main is designed to ship with pre-packaged controllers, services, and quality-of-life wrappers, barebones keeps only the core runtime behavior and base layout so you can build your own stack from scratch.
Use the barebones branch if you want:
- Maximum control over what gets included in your game.
- A lightweight starting point with less built-in opinionation.
- To add only the controllers/services you actually need.
- To learn or customize the framework internals incrementally.
If you want everything ready immediately, use the main branch.