Embedding Pygame to C++ [closed]
- by Pendertuga
If embedding Pygame to C++ to have a game be an executable, is there any extra process I would have to use in order to use Pygame functions when embedding into C++? As opposed to just writing embedding code in C++ for normal Python code?
To clear cut the question I want to know if it's the same process without having to call different functions.
…