DISCLAIMER: This repository is not finished, and is still alive only because it may contain interesting template-code blocks
After a short break we decided to resume the thread, and write a fully new code on python.
- Inspired by this awesome work
- Consider reading full version
- Or see a github repo
- Another book
- Main article for yandex zen
- A small google-presentation made from this article
- Site with selection from last article
- My summer school presentation
Setup VisPy OpenGL library:
pip install vispy
and one more visualising library:
pip install pyqt5
plus, if you don't have numpy library, please install
pip install numpy