diff options
author | Nao Pross <np@0hm.ch> | 2022-04-18 00:56:31 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-04-18 00:56:31 +0200 |
commit | 6b173a8b391b5532b59152346d250d8b334ba9fc (patch) | |
tree | bd7c18ed29c888754eadce53244f1b31ab00f6e1 /manimgl/custom_config.yml | |
parent | Add existing code (diff) | |
download | FourierOnS2-6b173a8b391b5532b59152346d250d8b334ba9fc.tar.gz FourierOnS2-6b173a8b391b5532b59152346d250d8b334ba9fc.zip |
Add manimgl variant
Diffstat (limited to '')
-rw-r--r-- | manimgl/custom_config.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/manimgl/custom_config.yml b/manimgl/custom_config.yml new file mode 100644 index 0000000..0819a13 --- /dev/null +++ b/manimgl/custom_config.yml @@ -0,0 +1,33 @@ +break_into_partial_movies: false +camera_qualities: + default_quality: high + high: + frame_rate: 60 + resolution: 1920x1080 + low: + frame_rate: 15 + resolution: 854x480 + medium: + frame_rate: 30 + resolution: 1280x720 + ultra_high: + frame_rate: 60 + resolution: 3840x2160 +directories: + mirror_module_path: false + output: media + raster_images: media/rasters + sounds: media/sound + vector_images: media/vectors +full_screen: false +style: + background_color: '#333333' + font: Consolas +tex: + executable: latex + intermediate_filetype: dvi + template_file: tex_template.tex + text_to_replace: '[tex_expression]' +universal_import_line: from manimlib import * +window_monitor: 0 +window_position: UR |