Skip to content

[#459] 후원 카드 배경 Shader 반영 (EllipticalGlowBackground)#477

Merged
workspace merged 3 commits into
droidknights:2025/compose-multiplatformfrom
easternkite:feature/#459-add_ellipticalGlowBackground
Jun 2, 2025
Merged

[#459] 후원 카드 배경 Shader 반영 (EllipticalGlowBackground)#477
workspace merged 3 commits into
droidknights:2025/compose-multiplatformfrom
easternkite:feature/#459-add_ellipticalGlowBackground

Conversation

@easternkite

Copy link
Copy Markdown

Issue

Overview (Required)

  • 여러 겹의 타원형의 그라데이션으로 구성되는 후원 카드 배경의 Shader를 작업하였습니다.
  • Dark, Light 모드를 보여주는 Preview를 추가했습니다.
  • 난이도 상 인정합니다.

Screenshot

image

Preview

image

@workspace workspace left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

기존에 사용하던 png 이미지 리소스 삭제도 모두 삭제 부탁드립니다!


float dist = distance(ellipticalCoord, canvasCenter);

// 매우 부드러운 하나의 그라디언트로 처리

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@easternkite 사소하지만 사소하지 않을 수 있는(?) 피드백일 수 있는데, 기존 png 대비 경계가 좀 더 부드럽게 그라데이션이 칠해지면 좋을 것 같아요!

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@workspace 요건 fadeout 되는 그라데이션 범위를 좀더 넓게 가져가는걸로 이해하면 될까요~?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

넵넵 정확하십니다! 지금은 조금 경계가 뚜렷히 구분되는 느낌인데 완화되면 좋을 것 같아요

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

아하 이해했습니다 ㅎㅎ
이따 확인 해보고 반영해볼게요 !! 👍

@easternkite

Copy link
Copy Markdown
Author

@workspace
좀 더 넓은 범위에서 그라데이션이 이루어지도록 수정했습니다 : )
png 리소스 3개도 제거 완료했습니다!

image

@workspace

Copy link
Copy Markdown
Contributor

@easternkite 수고하셨습니다 👍 🚀

@workspace workspace merged commit c5b5a02 into droidknights:2025/compose-multiplatform Jun 2, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants