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.