SFTtech/openage

Parse nyan API objects in converter instead of hardcoding them

Open

#1,313 opened on 2020年9月7日

GitHub で見る
 (8 comments) (0 reactions) (0 assignees)Python (12,130 stars) (1,135 forks)batch import
area: assetsgood first issuelang: cythonlang: python

説明

Required skills: Python, Cython, nyan, maybe C++

Difficulty: Medium

Currently, the asset converter stores the openage nyan API as hardcoded nyan objects. It would be much better if the converter could read the API objects from the filesystem with a parser. There would be two ways to do this. Either we implement a new Python parser for nyan or we extend libnyan's already existing C++ parser with a Python interface (related issue in nyan repository).

Further reading:

コントリビューターガイド

Parse nyan API objects in converter instead of hardcoding them · SFTtech/openage#1313 | Good First Issue