ManimCommunity / ManimCommunity/manim
Add set_text to Text-Class
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 40.9k
- Forks
- 3.1k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 25
Description
Add a method like *set_text* to the *Text* class, so that updating texts becomes easier and can be updated like other properties of the objects.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Text class and examining how its existing properties are updated. Compare those patterns with the requested set_text behavior, then verify that text updates work like other object-property updates and add or run the relevant Text tests if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100