Open Issues Need Help
View All on GitHubAI Summary: Implement advanced features for a PyQt5-based ManimCE animation node editor, including project file saving/loading, undo/redo functionality, clipboard operations, bug fixes, and packaging as a Python package. This involves serialization/deserialization of the node graph, implementing a robust undo/redo system with history tracking, handling clipboard actions, addressing stability issues, and preparing the project for distribution.
AI Summary: The task involves completing the remaining features (selecting, deleting, and cutting edges) for a PyQt5-based node editor for ManimCE animation creation. This builds upon existing functionality, including node creation, socket connections, and edge manipulation. The goal is to reach the "Basic Node Editor Features" milestone.