This repository is not an official openFrameworks repository.
pyof is a Python binding of openFrameworks.
- Windows 10
- Visual Studio 2017
- oF v0.11.0
- Python>=3.7
- pybind11>=2.4
Before building this project, set following paths:
PYTHONPATH
: a path to Python root dirOF_ROOT
: a path to openFrameworks root dir
$ git clone https://github.com/eqs/pyof.git
$ cd pyof
$ pip install -e .