Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added custom resource resolver #17

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Conversation

GeorgeR
Copy link

@GeorgeR GeorgeR commented Jan 8, 2019

The name Resource Provider was already taken so I went with resolver. This takes an input path and resource type (font, font face, xaml, texture) and returns a string. The default implementation appends a "_Font" suffix for font resource names. The user can specify their own resolve in the per project Noesis settings.

This allows the user to both specify the location of resources, and customize the names so that they conform with naming conventions, ie. T_TextureName, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants