kiigame / kiigame/adventure_engine
Consolidate layers into groups
Open
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