Commit graph

2194 commits

Author SHA1 Message Date
Grant Sanderson
75ceb326da Added new opening example in example_scenes.py 2019-01-03 17:08:22 -08:00
Purusharth Saxena
739be6a9b2 Added to camera.py (#387) 2019-01-03 13:42:43 -08:00
Devin Neal
1de67af678
allow rendering scenes from any directory (#391) 2019-01-03 13:42:02 -08:00
Devin Neal
4d069db15c
add option to suppress success/failure sound (#385) 2018-12-30 12:53:38 -08:00
Devin Neal
9dafb85bde
Replace pip with python3 -m pip 2018-12-29 17:53:48 -08:00
F.W
11781a5baa Use os.openfile() on Windows and gitignore media folder (#384)
* Gitignored media and .vscode

* Switched to os.startfile for Windows
2018-12-29 17:37:28 -08:00
Thomas Zhu
47d8caa80e Use os.devnull instead of utils.tex_file_writing.get_null(); also small typos that cause SyntaxError (#382)
* Update tex_file_writing.py

* Change "/dev/null" to os.getnull in utils/sounds.py SoX "play" command

* Fix typo
2018-12-29 09:27:03 -08:00
Devin Neal
c1ec471cad
Merge pull request #381 from 3b1b/no_scene_error
print to stderr for scene not found
2018-12-28 23:09:09 -08:00
Devin Neal
54d43313be print to stderr for scene not found 2018-12-28 23:06:14 -08:00
Devin Neal
a9c2f5b349
Merge pull request #380 from lkevinzc/master
a small typo corrected
2018-12-28 13:44:23 -06:00
Liu Zichen
87884c0054
small typo corrected 2018-12-28 20:22:38 +08:00
Liu Zichen
1b858a7f89
Merge pull request #1 from 3b1b/master
update from 3b1b
2018-12-28 12:59:39 +08:00
Devin Neal
c71879a159
Merge pull request #379 from 3b1b/lkevinzc-fixes
Change imports to manimlib, remove unused imports, formatting
2018-12-27 12:21:06 -06:00
Devin Neal
afdf907abc fix imports, remove __init__.py files, some pep8 linting 2018-12-27 09:41:41 -08:00
lkevinzc
854ed3038e
Update mobject.py 2018-12-27 19:12:52 +08:00
Devin Neal
d1d099c0a2
Merge pull request #377 from 3b1b/package_refactor
Refactor into a package, add inline scenes, and add exit codes.
2018-12-27 00:41:38 -06:00
Devin Neal
7e3c30d8f9 restore three_d_scene and svgs 2018-12-26 22:27:11 -08:00
Devin Neal
3488d11be3 Merge branch 'package_refactor' of https://github.com/3b1b/manim into package_refactor 2018-12-26 21:41:31 -08:00
Devin Neal
06f4586140 remove bad import 2018-12-26 21:29:04 -08:00
Devin Neal
e294c67801 add error codes to exits 2018-12-26 20:57:01 -08:00
Devin Neal
54b8d0f8ed import importlib, start streaming mode upon import 2018-12-26 20:57:01 -08:00
Devin Neal
9366accf59 support for inline scenes 2018-12-26 20:57:01 -08:00
Devin Neal
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00
Grant Sanderson
1728faf81e
Merge pull request #375 from 3b1b/shadows
Shadows
2018-12-26 11:44:46 -08:00
Grant Sanderson
9db4faf179 Merge branch 'master' of github.com:3b1b/manim into shadows 2018-12-26 11:42:05 -08:00
Grant Sanderson
72dc14a3e8 Retired sphere_area and for_flammy 2018-12-26 11:37:07 -08:00
Grant Sanderson
24187f3776 Changes to zeta 2018-12-26 11:35:50 -08:00
Grant Sanderson
c95ed9c405 PatreonEndScreen improvements 2018-12-26 11:34:19 -08:00
Grant Sanderson
0f94c06f9a ComplexValueTracker 2018-12-26 11:33:50 -08:00
Devin Neal
2942485e4c add error codes to exits 2018-12-25 19:51:03 -08:00
Devin Neal
e7aff666bd import importlib, start streaming mode upon import 2018-12-24 13:28:43 -08:00
Devin Neal
dca5c50fd6 support for inline scenes 2018-12-24 12:49:10 -08:00
Devin Neal
86bb2110d6 move library code into manimlib, replace relative imports with absolute imports 2018-12-24 12:37:51 -08:00
Devin Neal
458c6a5aca
Merge pull request #374 from eulertour/config_refactor
Refactor into manim, config, rendering, and constants modules.
2018-12-23 12:54:07 -08:00
Devin Neal
68033a2469 fix livestream flag 2018-12-23 10:51:23 -08:00
Devin Neal
2ebe54ec07 Update README.md and streaming config 2018-12-22 18:25:35 -08:00
Devin Neal
27f677e45f Make manim into a module and refactor configuration 2018-12-22 14:27:22 -08:00
Devin Neal
465951ab88
Remove creating media/ from instructions
After #365 the media directory is automatically created, so the instructions can be simplified.
2018-12-10 21:35:54 -08:00
Devin Neal
5e20b07880
Merge pull request #365 from eulertour/media_dir
Automatically create MEDIA_DIR
2018-12-10 19:46:28 -08:00
Devin Neal
b2f8c75a44 replace exists() with isfile() and isdir() 2018-12-10 19:43:51 -08:00
Devin Neal
4904780b67 automatically create MEDIA_DIR 2018-12-10 19:30:07 -08:00
Devin Neal
6740220f16
Merge pull request #362 from eulertour/scaling_fix
Scale SVGMobject about origin
2018-12-04 18:16:25 -08:00
Devin Neal
317cf0166c scale SVGMobject about origin 2018-12-04 18:08:52 -08:00
Devin Neal
b697f04dd7
Merge pull request #361 from eulertour/templates
Add templates for issues and pull requests
2018-12-04 17:24:41 -08:00
Devin Neal
7531e43f19
Change a word 2018-12-04 17:24:02 -08:00
Devin Neal
bbf09e0f44 add templates for issues and pull requests 2018-12-04 17:20:30 -08:00
Devin Neal
a4f1e762d6
Merge pull request #349 from sswatson/patch-4
SVG single-factor scaling
2018-12-04 17:01:53 -08:00
Devin Neal
0157e05c03
Merge pull request #346 from sswatson/patch-1
Update matrix.py
2018-12-02 19:18:28 -08:00
Devin Neal
277f4c25ba
Merge pull request #355 from eulertour/pi_creature_revison
Fix fallback to plain pi creature and make once_useful_constructs into a package
2018-12-01 15:01:09 -08:00
Devin Neal
8015e7a29b revised fallback to plain pi creature, revise some latex, make once_useful_constructs into a package 2018-12-01 14:28:51 -08:00