Skip to content

Migration from Assimp to Rapidobj ? no Tinyobj 😅 #400

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

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

jnyfah
Copy link
Collaborator

@jnyfah jnyfah commented Nov 27, 2024

#261
After evaluating lightweight OBJ parsers I attempted migrations to both RapidObj and TinyObj.

Key Findings:

  • Both libraries lack scene graph/hierarchy support and submesh concepts
  • To use this library we have to make patches to include:
    Scene graph generation and Material-based submesh splitting

Todo if this experiment works

  • Remove submodules for asimp and rapidobj
  • investigate and implement necessary preprocessing and post-processing features for rapid/tinyobj
  • clean code and Update Readme

@jnyfah jnyfah changed the title RapidObj Replaced Assimp with Rapidobj Nov 27, 2024
@jnyfah jnyfah changed the title Replaced Assimp with Rapidobj Replaced Assimp with Rapidobj ? no Tinyobj 😅 Nov 28, 2024
@jnyfah jnyfah changed the title Replaced Assimp with Rapidobj ? no Tinyobj 😅 Migration from Assimp to Rapidobj ? no Tinyobj 😅 Nov 28, 2024
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.

1 participant