kiigame / kiigame/adventure_engine

Consolidate layers into groups

Open
#107 9 comments 0 reactions 0 assignees View on GitHub
refactoring
Dominant language
JavaScript
Stars
1
Forks
6
Avg merge
2m
Merged PRs (30d)
4

Description

`Konva warning: The stage has 20 layers. Recommended maximin number of layers is 3-5. Adding more layers into the stage may drop the performance. Rethink your tree structure, you can use Konva.Group.`

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate where the Konva stage and its layers are constructed, then inspect how the scene tree is organized. Consolidate the layers into Konva.Group structures as appropriate; done means the stage no longer has the problematic layer count and the warning is resolved without losing the existing scene behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend, game-dev
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.