Post
Topic
Board Development & Technical Discussion
Re: treasure hunt
by
NotATether
on 04/06/2021, 18:20:14 UTC
I can't read your README since it's all in Russian but for starters you could add Cython to your python project, write your python files in that syntax and then compile them down into a C++ library, with a simple entry point, something like a main() function. Then dynamically load it from a small, simple, C++ program.