0

The question is quite simple: Is it possible to embed a processing (https://py.processing.org/) in a PyQt5 app?

Jaime02
  • 299
  • 7
  • 21

1 Answers1

1

There is no easy built in way to do it, but Qt does support embedding external applications. I suggest you look at this answer and the reference here.

rwalroth
  • 320
  • 2
  • 10