* Remove WebGL renderer
Fixes https://github.com/ManimCommunity/manim/issues/2629
* Remove occurence of webgl_renderer in CI config
* Fix Dockerfile
* Remove reference to webgl renderer in config docs
* Update poetry lock file
* Remove some scripts related to webgl
* Don't use rich 12.0 version
* Ignore rich 12.0.0
* Fix dependency, it was wrong previously
* include docker/readme.md in main README.md + update contained information
* update dockerfile: more LaTeX dependencies, jedi workaround no longer needed, requirements for building documentation
* Linux users should install Pango also
see https://github.com/ManimCommunity/ManimPango/issues/27
manylinux wheels are to be removed in next release on ManimPango
* Add changes to Docker also
* don't mix tabs and spaces
* fix import: move setting __version__ to top of __init__
* add simple Dockerfile for a manim-jupyterlab container
* add section on jupyterlab in docker/readme.md
* improve Dockerfile: separate user, install manim with all extras, upgrade to python 3.8
* remove separate jupyterlab docker image, adapt readme
* add missing latex package
* include link to interactive worksheet in documentation
* Update README.md
Co-authored-by: kolibril13 <44469195+kolibril13@users.noreply.github.com>
* Use manimpango
* Remove MarkUp Text not yet supported
* add manimpango as dep
* remove MarkupText from __all__
* Fix CairoText
* Remove test for Pango
* Run black
* Update ManimPango
* Try fixing MacOS CI by restricting version of grpc
* Try fixing MacOS CI - 2
* Make MarkupText use manimpango (#26)
* Update ManimPango
* update manimpango
* Remove pango installation docs
* remove ffi workaround from Dockerfile
* troubleshooting: new entry for manimpango, hint for update for old pango problems
Co-authored-by: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
* add first version of dockerfile and corresponding texlive.profile
* add reference to docker in the installation docs
* rename textlive.profile -> texlive-profile.txt
* newline at end of file
Co-authored-by: Naveen M K <naveen@syrusdark.website>
* remove libpango1.0-dev
Co-authored-by: Naveen M K <naveen@syrusdark.website>
* add docker badge to readme, fix links for badges
* let banner link to manim.community
* Fix broken link
* Docker images --> docker images
Co-authored-by: Naveen M K <naveen@syrusdark.website>
Co-authored-by: kolibril13 <44469195+kolibril13@users.noreply.github.com>