7 ms·
Cool project! But i'm confused. On http://openage.sft.mx/ http://openage.sft.mx/ they say this is a reimplementation in C++14, but seems to be actually impleme
by k8tte 11y ago
Cool project!
But i'm confused. On http://openage.sft.mx/ http://openage.sft.mx/ they say this is a reimplementation in C++14, but seems to be actually implemented in Python [1] ?
1: https://github.com/SFTtech/openage/tree/master/openage https://github.com/SFTtech/openage/tree/master/openage
- StepS 11y agoIt uses both. C++14 for the engine, and Python for the convert script and some other things. Check the README for more information.
- teraflop 11y agoYou're looking at a wrapper around libopenage, which is written in C++: https://github.com/SFTtech/openage/tree/master/libopenage https://github.com/SFTtech/openage/tree/master/libopenage
- k8tte 11y agothanks!