You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to explore whether/how NimScript can allow us to plug-in custom tasks to perform when the user builds the project.
Here's an examples of a use case, but can be applied to all kinds of assets pre-processing:
A task that searches for image files with a predetermined suffix and generates spritesheets containing rotations of the original images. Useful to optimize rotated images drawing on device.
The pluggable tasks could be other packages, but this is still to be decided depending on ease of use and amount of setup/configuration to be done.
An implementation of the use case above can initially be provided embedded in this module.
The text was updated successfully, but these errors were encountered:
The idea is to explore whether/how NimScript can allow us to plug-in custom tasks to perform when the user builds the project.
Here's an examples of a use case, but can be applied to all kinds of assets pre-processing:
A task that searches for image files with a predetermined suffix and generates spritesheets containing rotations of the original images. Useful to optimize rotated images drawing on device.
The pluggable tasks could be other packages, but this is still to be decided depending on ease of use and amount of setup/configuration to be done.
An implementation of the use case above can initially be provided embedded in this module.
The text was updated successfully, but these errors were encountered: