Skip to content

Releases: ExploreMaths/CodeVideoRenderer

CodeVideoRenderer 1.0.7.post2

06 Nov 13:10
0eb4cfe

Choose a tag to compare

修复了代码开头有空行时的渲染问题
Fixed the rendering issue when there is a blank line at the beginning of the code

禁止manim缓存以加快渲染速度
Disabled manim caching to speed up rendering

CodeVideoRenderer 1.0.7.post1

05 Oct 11:25
7215f22

Choose a tag to compare

修复使用code_file时出现的问题
Fix the issues that occur when using code_file

CodeVideoRenderer 1.0.7

03 Oct 06:15
36d71ae

Choose a tag to compare

更新pip安装依赖配置
Update the pip installation dependency configuration

参数更改 Parameter change:

  • camera_floating_maximum_valuecamera_floating_max_value
  • screen_scalecamera_scale

报错信息优化
Optimization of error messages

CodeVideoRenderer 1.0.6

27 Sep 02:57
1e9db66

Choose a tag to compare

修复 Fixes

  • 代码超长导致进度条格式错误的问题
    The issue where the progress bar format is incorrect due to excessively long code

优化 Optimizations

CodeVideoRenderer 1.0.5.post2

25 Sep 11:11
a67a012

Choose a tag to compare

修复了pip依赖库安装版本问题
Fixed the issue with the installation version of the pip dependency library

修复渲染输出的ANSI转义在不同编译器显示颜色不同的问题
Fix the issue where ANSI escape colors in the terminal display differently across various compilers

CodeVideoRenderer 1.0.5.post1

23 Sep 11:42
7f2d3ea

Choose a tag to compare

修复通过pip安装失败的问题
Fix the issue of failed installation via pip

CodeVideoRenderer 1.0.5

20 Sep 08:22
e8ebf04

Choose a tag to compare

更新 Updates

  • CodeVideo对象的render方法中新增output参数,用于控制渲染输出
    Add a new output parameter to the render method of the CodeVideo object to control the rendering output
  • CodeVideo从函数变为类
    Change CodeVideo from a function to a class

CodeVideoRenderer 1.0.4

06 Sep 04:00
b738538

Choose a tag to compare

修复 Fixes

  • 渲染时间计算问题
    Issue with rendering time calculation

更新 Updates

  • 删除font参数
    Delete thefont parameter

优化 Optimizations

  • 终端渲染信息
    Terminal rendering information
  • 代码运行速度
    Code running speed

CodeVideoRenderer 1.0.3

31 Aug 11:37
bdf4123

Choose a tag to compare

修复 Fixes

  • 代码偏移(manim自带bug)
    Code offset (built-in manim bug)
  • 换行时相机不及时移动
    Camera not moving promptly during line breaks
  • 光标在换行时不在开头停顿
    Cursor not pausing at the start when wrapping to a new line

更新 Updates

  • 每行代码首尾空白字符不参与动画,以免增加动画时长
    Leading and trailing whitespace in each code line do not participate in the animation to avoid increasing the animation duration
  • 当前行背景宽度更改
    Adjustment of the background width for the current line
  • 新增line_spacing参数用于更改行距
    Added the new line_spacing parameter to adjust line spacing

优化 Optimizations

  • 终端渲染信息
    Terminal rendering information
  • 相机移动
    Camera movement