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.
我正在寻找一个 python 程序,其中我可以有一个侧边栏 GUI 以及它右侧的交互式 2d pymunk 工作区,该工作区将停靠在同一框架内。
有谁知道我如何实现这个?
我的建议是使用 pygame 作为你的显示器。如果选择了一个对象,您可以将其添加到 pymunk 空间,同时使用 pymunk 获取每个主体的空间并将其绘制到显示器上。这就是我编写游戏的方式。