Library for loading an exe as a dll.
See the blog post below.
In a big picture, we are planning the follwing two phases.
- Make embedding Python (Numpy and Matplotlib) easier in C# (we are currently here)
- Make it distributable with Pyinstaller (yet to be done)
Listed below are the pages we learned to get ideas or tools for this project.
- Phase1
- Phase2