Pyfsuipc
Python 3 compatible Cython implementation of the FSUIPC_User library
Install / Use
/learn @voneiden/PyfsuipcREADME
pyfsuipc
pyfsuipc is a Python 3 compatible Cython module that allows interfacing with FSUIPC via Pete Dowson's FSUIPC_User library.
Currently the project is still in brainstorming phase, so expect things to change and break.
Requirements
- Python 3
- Cython
- A compiler, for example MinGW. See Cython documentation for setup instructions.
Compiling
- Run 'python setup.py build'
- The ready to use module can be found from build/lib.win32-3.4/pyfsuipc.pyd
Contributing
Contributions are welcome. Let's try to keep the module as simple as possible though
License
FSUIPC_User libraries are copyrighted to Pete Dowson. Not so sure about the license. The rest is GPL 3.
