SFTtech/openage

Parse nyan API objects in converter instead of hardcoding them

Ouverte

#1 313 ouverte le 7 sept. 2020

 (8 commentaires) (0 réaction) (0 personne assignée)Python (1 135 forks)batch import
area: assetsgood first issuelang: cythonlang: python

Métriques du dépôt

Stars
 (12 130 étoiles)
Métriques de merge PR
 (Merge moyen 9j 23h) (1 PR mergée en 30 j)

Description

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:

Guide contributeur