Skip to content

refactor(Engine): rename motherclass "Registry" to "Core"#91

Merged
Miou-zora merged 4 commits intomainfrom
89-wrapper-of-enttregistry
Feb 13, 2025
Merged

refactor(Engine): rename motherclass "Registry" to "Core"#91
Miou-zora merged 4 commits intomainfrom
89-wrapper-of-enttregistry

Conversation

@Miou-zora
Copy link
Contributor

Adding a wrapper class for the entt::registry will add a lot of "method redirection", it will make the code a lot bug prone and change a lot of thing in the current codebase. And as it's not useful and important, I think that #89 #90 (maybe later) and #79 should be done right now.

@sonarqubecloud
Copy link

Copy link
Contributor

@ripel2 ripel2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Miou-zora Miou-zora merged commit efe246b into main Feb 13, 2025
3 checks passed
@Miou-zora Miou-zora deleted the 89-wrapper-of-enttregistry branch February 13, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Code Refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Systems pipeline Wrapper of entt::registry Split current engine into 3 parts: The core, The registry and SystemsPipeline

2 participants