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

Make the gix-renderer module a separate library #36

Open
Zulko opened this issue Aug 22, 2021 · 0 comments
Open

Make the gix-renderer module a separate library #36

Zulko opened this issue Aug 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Zulko
Copy link
Owner

Zulko commented Aug 22, 2021

Motivation:

Gix-Renderer does not depend on Vue and could therefore be its own library, which would allow the following:

  • Other projects, built with any platform will be able to generate GIXes
  • The GIF editor repo would really just focus on GIF editing
  • Better, separate version management of the renderer and the editor.
  • The gix-renderer repo would be a good place to write GIF generaiton tests and avoid feature regressions.

Note:

  • Not urgent until there is a precise use case for it.
  • We should probably move Gix to an organization of its own when this happens, to keep all repos at the same place.

Specs:

  • gix-renderer is in its own repo.
  • There is a Github pipeline for bumping versions and releasing.
  • There is an easy recipe to develop the renderer and the editor at the same time.
@Zulko Zulko added the enhancement New feature or request label Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant