我应该使用什么 OOP 库来进行 2D 矢量图形推理、碰撞检测等?

发布于 2024-12-03 01:50:58 字数 209 浏览 1 评论 0原文

假设我想制作一个简单的 2D“街机”游戏,其中多边形玩家可以四处移动、直线射击、成为爆炸的目标等。这似乎需要大量的几何计算来弄清楚哪个多边形被一条线相交,玩家和景观障碍物之间的碰撞,哪些多边形与代表爆炸的圆圈碰撞等等。

是否有一个很好的现成的面向对象的库可以处理所有这些东西都是给我的? .NET 或 ActionScript 代码是理想的选择,但如果没有其他选择,我也可以使用 C++。

suppose I want to make a simple 2D "arcade" game with polygonal players that move around, shoot straight, are targeted by explosions and similar. This seems to require lots of geometric computations to figure out which polygon is intersected by a line, collisions between players and landscape obstacles, what polygons collide with the circle representing an explosion etc.

Is there a nice ready-made object oriented library that would handle all this stuff for me? .NET or ActionScript code would be ideal, but I am fine with C++ as well if no other choice.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

べ繥欢鉨o。 2024-12-10 01:50:58

所谓现成的,你的意思是只添加一个标题?那有什么乐趣呢?如果您正在研究 C++,那么您可以使用 DarkGDK...我听说它很容易学习,但上次我检查过,如果您使用它,他们没有 Visual Studio 2010 的补丁。我更喜欢像 OpenSceneGraph 这样的东西……一开始学起来有点麻烦,但一旦你学会了,它就可以让你以后很好地学习其他东西,比如 OpenGL。对于其他语言,可能有很多模板。它是用来做什么的?

by ready-made you mean just add a title? wheres the fun in that? if your looking at C++ then you could use DarkGDK... ive heard its quite easy to learn but last time i checked they dont have a patch for visual studio 2010 if your using that. Id prefer something like OpenSceneGraph... its abit nasty to learn at first but once you do, it allows you to go onto other things later on like OpenGL nicely. With regards to other languages there are probably alot of templates out there. Whats it going to be for?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文