Issue with Manim Interactive Mode in Sublime Text Workflow
Closed this issue · 1 comments
desk14 commented
I am trying to use Manim with Grant Sanderson's "Sublime Text" workflow. I have done the following setup:
- Installed Terminus: I installed Terminus via Package Control to enable the terminal within Sublime Text.
- Copied custom command files: I copied the files from the sublime_custom_commands subdirectory in the repository to the
Packages/User/ directory in Sublime Text. - Set up key bindings: I configured the shift+super+r key binding in Sublime Text to run the manim_run_scene command.
However, when I press shift+super+r, instead of seeing "interactive mode at that point of the scene," only "untitled" is displayed, and I also see the message "using gpu buffer for window" in the console.
Questions for troubleshooting:
- Why does only "untitled" appear when running the manim_run_scene command instead of "interactive mode"?
- Is the console error message "using gpu buffer for window" related to this issue, and are there any additional steps required to resolve it?
Environment
OS System: macos Monterey(12.7.6)
manim version: manimgl(1.7.1)
python version: 3.12
**sublime text3(3211)
desk14 commented
"It seems like it was an issue with the Sublime settings. Thank you!"