Pyof
openFrameworks for Python
Install / Use
/learn @eqs/PyofREADME
openFrameworks for Python
This repository is not an official openFrameworks repository.
pyof is a Python binding of openFrameworks.
Installation
Platform
- Windows 10
Requirements
- Visual Studio 2017
- oF v0.11.0
- Python>=3.7
- pybind11>=2.4
from source
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 .
Examples
See http://www.eqseqs.work/pyof-examples/
