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.
所以我想为我的游戏创建一个 gui。我想创建一个可拖动的滑块。如何做这样的事情有 2 图像 - 轨迹和球?
使用一些 SDL gui 库而不是编写另一个。这是小清单: CEGUI, GuiChan。
或者您可以尝试在 Qt 中实现 SDL。