-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Implement metaclass approach in geometry module to make mobjects compatible with cairo and opengl rendering #1272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
4a10c5b
proof of concept: make Polygon compatible with cairo and opengl
behackl 90b12e2
Merge remote-tracking branch 'origin/master' into opengl-metaclass
behackl 9e7fb9b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 28892db
make match_style methods compatible w.r.t. signature
behackl b10ee8c
super() calls in geometry.py + VMobject --> metaclass MetaVMobject
behackl f80cf0e
minor opengl-adjustments to Line
behackl e589ea9
fix inheritance problem of Angle
behackl 3551c99
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 01d666a
get_first_handle and get_last_handle compatibility
behackl 7cf3eda
further compatibility changes
behackl 17577fc
black
behackl 7491b67
Merge remote-tracking branch 'origin/master' into opengl-metaclass
behackl 1e4811c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0704149
Merge branch 'master' into opengl-metaclass
behackl 03c2634
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9bb0df9
allow webgl renderer as well
behackl 3b2e057
make Arc compatible with OpenGL
behackl ca1396d
fix ArcBetweenPoints
behackl 21ea04e
make Arrow compatible
behackl 176c7d0
np.linalg.dot --> np.dot
behackl 04cc582
make Cutout compatible
behackl b878a41
make ArcPolygon compatible
behackl 6cbcb1f
make CubicBezier compatible
behackl df4078c
change MovingAngle example
behackl 9c1d9b4
make DoubleArrow etc. compatible
behackl 282cf5c
make Annulus compatible
behackl f88db8a
Merge branch 'opengl-metaclass' of github.com:behackl/manim into open…
behackl cb2449d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] bb8ab38
fix FilledAngle example
behackl 23902b4
Merge branch 'opengl-metaclass' of github.com:behackl/manim into open…
behackl f3b93a2
one more angle example
behackl b80e6b3
deal with DashedVMobject in a better way
behackl 7a04813
Apply suggestions from code review
behackl ca09383
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 75950e9
set_points_as_corners in Polygon.__init__
behackl 5dd0a80
Merge branch 'opengl-metaclass' of github.com:behackl/manim into open…
behackl 15d42a3
change implementation of MetaVMobject using __new__ + parse renderer …
behackl 8c37a33
ignore flake8 for __init__.py
behackl 453663c
improve implementation of Angle again, set points of mobject directly…
behackl 4ebe3df
(ind, arg) --> (i, arg)
behackl 9cfdc3f
respect --use_webgl_renderer and --use_opengl_renderer
behackl 6726ffd
Various style improvements from code review
behackl f95660c
Merge remote-tracking branch 'origin/master' into opengl-metaclass
behackl ba8f87b
Merge branch 'opengl-metaclass' of github.com:behackl/manim into open…
behackl 6e97ae7
Merge branch 'master' into opengl-metaclass
behackl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.