From 6b173a8b391b5532b59152346d250d8b334ba9fc Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 18 Apr 2022 00:56:31 +0200 Subject: Add manimgl variant --- manimgl/custom_config.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 manimgl/custom_config.yml (limited to 'manimgl/custom_config.yml') 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 -- cgit v1.2.1