Logbook + Scratchpad

3D

After taking a look at both PyQtGraph and VisPy, I started to think about alternative 3D libraries mainly for two reasons:

  • I use Jupyter Notebooks way more than standalone apps for data visualization, so I'd prefer a library that integrates well with notebooks.
  • I would prefer well-maintained libraries, and VisPy's main maintainer has issued a call for help to continue supporting the project. Furthermore, there are not many references to any of the two libraries when looking for Python 3D libraries.

A few alternatives I have found:

#Python #3D