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.
Update Python plugin API to support new features · mapeditor/tiled#1833 | Good First Issue