SFTtech/openage

Parse nyan API objects in converter instead of hardcoding them

Open

#1313 aperta il 7 set 2020

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)Python (1135 fork)batch import
area: assetsgood first issuelang: cythonlang: python

Metriche repository

Star
 (12.130 star)
Metriche merge PR
 (Merge medio 9g 23h) (1 PR mergiata in 30 g)

Descrizione

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:

Guida contributor