2708 Commits

Author SHA1 Message Date
68961251a5 Mentioned -r argument in example_scenes comment
It is a good option to mention because the current default for a high quality 60fps video is 2560x1440.
So, if someone wants a 1920x1080 video, they should pass -r 1080.
2019-05-21 11:54:56 +02:00
4d368e85c9 Logo (#537)
Add the graph created by @Elteoremadebeethoven as a logo
v0.1.4
2019-05-15 20:03:51 -07:00
46336a2738 Merge pull request #530 from Jar-win/patch-1
Update tex_template.tex
2019-05-08 23:27:31 -07:00
325c442b0c Update tex_template.tex
`\usepackage{textcomp}` was repeated on line 17
2019-05-08 11:09:51 +05:30
4be194fbcf update pypi credentials 2019-05-07 18:26:11 -07:00
4858d342f3 Merge pull request #527 from soerface/pypi
Publishing on PyPI
2019-05-07 18:22:20 -07:00
24f395867b Remove shortcuts.py, restored imports.py 2019-05-05 22:37:34 +02:00
6f6798f8ba Fix description content type 2019-05-05 22:08:14 +02:00
1eb8c4d1eb Rename "publish" task to "deploy" 2019-05-05 22:08:14 +02:00
2d7c97723b Add travis job to publish on PyPI.
Also moved some shortcuts into manimlib, to be able to use it without the big_ol_pile_of_manim_imports script. Updated the README to explain installation via pip
2019-05-05 22:08:13 +02:00
b1e1b831ea Use pbr for setup.py
pbr automatically uses the version from git tags, and also uses the requirements.txt for dependencies, resulting in less redundancies.
2019-05-05 22:08:07 +02:00
1da185953c Merge pull request #523 from 3b1b/imports
Create manimlib.imports
2019-05-02 22:26:34 -07:00
db1a89db79 create manimlib.imports 2019-05-02 20:36:14 -07:00
be7b259274 Merge pull request #522 from 3b1b/fix_relative_paths
fix mishandled relative paths
2019-05-01 08:12:42 -07:00
19a98ea6bd fix mishandled relative paths 2019-05-01 01:16:56 -07:00
5fff18c391 Add build status to README
Library can now successfully do nothing
2019-04-30 22:08:01 -07:00
3c00cdb45d Merge pull request #521 from 3b1b/ci-update
tweak travis configuration
2019-04-30 22:01:47 -07:00
8d621e7cca tweak travis configuration 2019-04-30 21:52:34 -07:00
391a1b579d Merge pull request #520 from napsternxg/master
Added anaconda environment and windows instructions
2019-04-30 17:25:45 -07:00
5d1f016fbd Added anaconda environment and windows instructions 2019-04-30 14:40:22 -05:00
c579c7d99f Merge pull request #516 from JohnAZoidberg/setup-py
Make manim installable using setuptools (setup.py)
2019-04-29 08:47:58 -07:00
2a6918cc30 Make manim installable using setuptools (setup.py)
Now you an install it into the system packages and use it outside the
source code directory.
2019-04-29 00:39:09 +02:00
01fa71a704 Prefer pwd to install dir for temp files
Temp files are project specific and thus can stay in the current project
directory.

Also breaks things if the package is installed in a read-only location.
Which could be expected because you don't generally expect the program
directories to be modified (except by the package manager).
2019-04-28 07:48:12 +02:00
4ccc65ca76 Merge pull request #513 from dor2727/ParametricFunctionAutoStepSize
smarter parameterized curve
2019-04-27 10:37:13 -07:00
e611069a4a smarter parameterized curve 2019-04-27 18:39:22 +03:00
55d76d2ee2 Merge pull request #509 from brockelmore/patch-1
Update README.md
2019-04-22 12:17:55 -07:00
83b1d3c5ee Merge pull request #500 from 3b1b/ode
Ode
2019-04-22 10:17:47 -07:00
08a1447b43 Added pde thumbnail 2019-04-22 10:15:53 -07:00
7a2fb0b906 Merge branch 'master' of github.com:3b1b/manim into ode 2019-04-22 10:15:18 -07:00
044f37b1d0 Merge pull request #510 from charliepark/patch-1
Link to 3Blue1Brown channel in the README intro.
2019-04-22 10:14:34 -07:00
31d5c9d3cf Altered link, to point to 3Blue1Brown.com 2019-04-22 09:34:44 -07:00
77930168de Link to 3Blue1Brown channel in the README intro.
People discovering this engine on GitHub might not have context on it, or know what it looks like. Linking to YouTube allows people to see examples of the engine in action.
2019-04-22 09:30:13 -07:00
e98feae43d Update README.md
typo fix, im the github grammar nazi
2019-04-22 08:33:27 -04:00
61b2ddd2e6 Merge pull request #508 from cclauss/patch-1
Use ==/!= to compare str, bytes, and int literals
2019-04-21 14:27:57 -07:00
ee622987df Final animations for de chapter2 2019-04-21 08:15:11 -07:00
3bdc57aac4 Dumb hard-coded file in stage_scenes 2019-04-21 08:14:52 -07:00
77a3b47a09 Changed how pi creatures follow what happens 2019-04-21 08:14:35 -07:00
7774c191c6 ALL_SCENE_CLASSES -> SCENES_IN_ORDER 2019-04-21 08:14:13 -07:00
fbbfa1ce9c Change patron name scroll 2019-04-21 08:13:45 -07:00
aa5ac95557 Add PiCreature.get_look_at_spot 2019-04-21 08:13:30 -07:00
76f61c504b Remove unnecessary import 2019-04-21 08:13:05 -07:00
4fa782b8b5 Remove extract_scene use of an All_SCENES list 2019-04-21 08:12:44 -07:00
d9fcbea823 Remove Transform.__str__ 2019-04-21 08:12:05 -07:00
cf78224b9a Use ==/!= to compare str, bytes, and int literals 2019-04-21 12:06:37 +02:00
814c9d1252 Heat equation scenes up to ShowPartialDerivativeSymbols 2019-04-16 14:03:37 -07:00
d50b2c0e3b ContrastXChangesToTChanges 2019-04-16 12:52:06 -07:00
14a9316643 Make sure skipped wait calls use a longer dt 2019-04-16 12:50:56 -07:00
aeff47b3e1 xt-plane to heat graph animations 2019-04-11 09:56:19 -07:00
cc7c2cfb73 Remove Transform(...).update(1) call from GraphScene 2019-04-11 09:55:56 -07:00
4972c71190 Finished TalkThrough1DHeatGraph 2019-04-10 14:57:34 -07:00