You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nyan needs a Python API in order to be used from Python code, like the openage-converter.
Best to use Cython. It can be done with the traditional Cython approach by just wrapping the C++-code with pyx and pxd files.
Using openage's Python interface is probably overkill (no need to call back and forth easily, translate exceptions from Py to C++, ...).
The text was updated successfully, but these errors were encountered:
nyan
needs a Python API in order to be used from Python code, like the openage-converter.Best to use Cython. It can be done with the traditional Cython approach by just wrapping the C++-code with
pyx
andpxd
files.Using openage's Python interface is probably overkill (no need to call back and forth easily, translate exceptions from Py to C++, ...).
The text was updated successfully, but these errors were encountered: