SFTtech/openage

Parse nyan API objects in converter instead of hardcoding them

Open

#1,313 创建于 2020年9月7日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Python (1,135 fork)batch import
area: assetsgood first issuelang: cythonlang: python

仓库指标

Star
 (12,130 star)
PR 合并指标
 (平均合并 9天 23小时) (30 天内合并 1 个 PR)

描述

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:

贡献者指南