Lunacub is an API designed to simplify the process of building and importing external resources during application runtime.
Always built with latest .NET version (currently .NET 9.0).
Lunacub is licensed under the GNU General Public License Version 3, see here for more details.
- There is currently no plan to make a documentation website, but you can see some usage example in the example directory.
You can manually build Lunacub with your own .NET environment. There is no plan to support older .NET version, so .NET 9.0 is a must for the time being.
To clone Lunacub locally, run one of these 2 following git commands:
git clone https://github.com/RiptideEngine/Lunacub.gitor
git clone git@github.com:RiptideEngine/Lunacub.gitIf you are on Windows, you can optionally enable long file paths in git (run as Administrator):
git config --system core.longpaths true