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

Add an extension system for pluggable build-time tasks #6

Open
samdze opened this issue Feb 1, 2023 · 1 comment
Open

Add an extension system for pluggable build-time tasks #6

samdze opened this issue Feb 1, 2023 · 1 comment

Comments

@samdze
Copy link
Owner

samdze commented Feb 1, 2023

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.

@ninovanhooff
Copy link
Collaborator

Somewhat related: #88

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

No branches or pull requests

2 participants