Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 491 Bytes

PyQtGraph-OpenGL

Here I simulated some famous attractors using PyQtGraph and PyOpenGL.

You can use all the code with no restrictions.

Steps for running the code

  • install libraries
  • done

Install PyQtGraph, PyOpenGL and numpy

Works on Python 3.7.9

pip install pyqt5
pip install pytqtgraph
pip install pyopengl
pip install numpy

Done

Now choose and run a simulation.

made by MrSinho.