VDrift / vdrift

VDrift source code
http://vdrift.net/
GNU General Public License v3.0
343 stars 93 forks source link

Python interface #162

Open matriculus opened 5 years ago

matriculus commented 5 years ago

Is there a way to communicate to the game through python program?

logzero commented 5 years ago

Nope. It's all C++.

trotunno commented 4 years ago

You could possibly do something with IronPython or Cython.