Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将“假”事件发送到 d3 画布?我想根据预先记录的轨迹为弹跳球制作动画。我的代码库是 C++,我在我的程序中嵌入了 python 代码以在 d3 上发布它。
编辑:也许 mouseEvents 不是最好的看点。将来,我将在场景中滚动超过 1 个球。
我认为您可以使用PyQt4框架。它有一个类QMouseEvent,您可以在其中指定鼠标的位置。