|
|
|
|
|
by nuje
5010 days ago
|
|
> is it not possible to just have a python interpreter running in your game engine and only running vanilla Python code? Sure, but it means much bigger swaths of C/C++ code
and your game app is no longer a python program that
imports some extension modules for performance critical
tasks or third party lib bindings. |
|