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

Avatar Converter CLI (#46) #47

Merged
merged 3 commits into from
Apr 11, 2024
Merged

Avatar Converter CLI (#46) #47

merged 3 commits into from
Apr 11, 2024

Conversation

MarcusLongmuir
Copy link
Contributor

Resolves #46.

This PR adds a CLI version of the avatar converter tool that runs the correction steps as a NodeJS script rather than in a browser environment. Instructions for usage are added to the README.

The correction steps are now extracted into a shared package that is used by both the browser and CLI tools.

The running of THREEJS (specifically FBX and gLTF import/export) in NodeJS required polyfills for the canvas APIs amongst others that are used for texture operations.

What kind of change does your PR introduce? (check at least one)

  • Feature

Does your PR fulfill the following requirements?

  • The title references the corresponding issue # (if relevant)

Sorry, something went wrong.

Copy link

github-actions bot commented Apr 2, 2024

🪓 PR closed, deleted preview at https://github.com/mml-io/avatar-tools/tree/gh-pages/pull/47/

TheCodeTherapy
TheCodeTherapy previously approved these changes Apr 11, 2024
@MarcusLongmuir MarcusLongmuir merged commit a3e2c9c into main Apr 11, 2024
6 checks passed
@MarcusLongmuir MarcusLongmuir deleted the feature/converter-cli branch April 11, 2024 12:58
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.

Avatar Tool Converter CLI
2 participants