1

我正在尝试为我的顶点课程编写轮盘游戏。我一直在尝试找到一种编码轮子的方法,但我是 java 新手,不知道如何开始。我发现 paintComponent(Graphics g) 方法有助于旋转我的车轮图像,但不能帮助车轮旋转。有什么办法可以做到吗,任何可以让我知道如何开始的文章。任何帮助都感激不尽。

4

2 回答 2

2

示例显示如何旋转任意图像。如果您在运行时创建自己的图像,此问答可能会建议如何旋转文本。

附录:在有用的评论中,@Robin 回忆了这个例子,以及@camickr 的关键文章Rotated Icon。由于目标是模拟具有旋转轮盘视图的轮盘赌游戏,因此MVC 模式可能会被证明是有用的。

于 2012-05-11T15:58:51.473 回答
0

Here's two great rotation libraries that have an out-of-the-box fling-to-spin behaviour https://bitbucket.org/warwick/hg_dial_v2 https://bitbucket.org/warwick/hgdialrepo

And here's a gesture library that implements the above code. https://bitbucket.org/warwick/hacergestov3

于 2017-12-18T03:29:27.707 回答