Releases: ExploreMaths/CodeVideoRenderer
Releases · ExploreMaths/CodeVideoRenderer
CodeVideoRenderer 1.0.7.post2
修复了代码开头有空行时的渲染问题
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
修复使用code_file时出现的问题
Fix the issues that occur when using code_file
CodeVideoRenderer 1.0.7
更新pip安装依赖配置
Update the pip installation dependency configuration
参数更改 Parameter change:
camera_floating_maximum_value→camera_floating_max_valuescreen_scale→camera_scale
报错信息优化
Optimization of error messages
CodeVideoRenderer 1.0.6
修复 Fixes
- 代码超长导致进度条格式错误的问题
The issue where the progress bar format is incorrect due to excessively long code
优化 Optimizations
CodeVideoRenderer 1.0.5.post2
修复了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
修复通过pip安装失败的问题
Fix the issue of failed installation via pip
CodeVideoRenderer 1.0.5
更新 Updates
- 在
CodeVideo对象的render方法中新增output参数,用于控制渲染输出
Add a newoutputparameter to therendermethod of theCodeVideoobject to control the rendering output - 将
CodeVideo从函数变为类
ChangeCodeVideofrom a function to a class
CodeVideoRenderer 1.0.4
修复 Fixes
- 渲染时间计算问题
Issue with rendering time calculation
更新 Updates
- 删除
font参数
Delete thefontparameter
优化 Optimizations
- 终端渲染信息
Terminal rendering information - 代码运行速度
Code running speed
CodeVideoRenderer 1.0.3
修复 Fixes
- 代码偏移(
manim自带bug)
Code offset (built-inmanimbug) - 换行时相机不及时移动
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 newline_spacingparameter to adjust line spacing
优化 Optimizations
- 终端渲染信息
Terminal rendering information - 相机移动
Camera movement