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

refactor: 렌더링 모듈 분리 #219

Open
devxb opened this issue Dec 25, 2024 · 0 comments
Open

refactor: 렌더링 모듈 분리 #219

devxb opened this issue Dec 25, 2024 · 0 comments
Assignees

Comments

@devxb
Copy link
Member

devxb commented Dec 25, 2024

렌더링 모듈을 분리한다.

  • guild, render 도메인에서 각각 애니메이션을 그려야 하는데 그림을 그리는 기능의 복잡도가 높아 각각의 도메인에서 구현하는것은 비효율적이다.
  • 그림을 그리는 기능을 render, guild 한쪽에 넣기에는 양방향 참조가 발생하거나 비효율적이며 위치가 어색하다.

일단 render 모듈에서 guild를 그리는 역할을 담당하게 구현하고 점진적으로 분리한다.

@devxb devxb self-assigned this Dec 25, 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

No branches or pull requests

1 participant