Understanding of Tiled's plugin systemPython programmingC++ programmingKnowledge of Tiled's internal data structures
新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
15
研究方向
Investigate the existing Python plugin API implementation, likely in the src/plugins/python/ directory. Review the 11 comments on the issue for additional context and partial solutions. Study the C++ API to understand how each missing feature (object types, group layers, etc.) is represented internally. Look at other plugin examples to understand the pattern. The issue notes the list is incomplete, so also search for other missing features in related issues or documentation.