15
12
|
A useful list of AI middleware. Please provide URL, free/open-source or licenced, and brief description of abilites. Format:
|
||||||||
feedback
|
10
|
Recast/Detour (MIT License) Recast is a library to generate navigation meshes from polygon soups. Detour is a pathfinding and spatial reasoning toolkit that works on navigation meshes. |
|||
feedback
|
6
|
OpenSteer (MIT License):
I’ve seen it used to great effect in simple games. |
|||
feedback
|
2
|
There also MicroPather – an open source path finding library from the same guy who made TinyXML. |
|||
feedback
|
1
|
Havok AI (Commercial – not cheap) http://www.havok.com/index.php?page=havok-ai Havok is pretty good at physics, and has been offering behaviour, animation and other kinds of middleware for a while now. Physics and AI is not easy to get to cooperate, especially animations, so save yourself some time and use Havok. Highly recommended. 🙂 If you can afford it. Pros: Industry strength quality, proven technology. Makes AI and Physics cooperate. Cons: Steep Price. |
|||
feedback
|
0
|
AI.implant (Licensed) http://www.presagis.com/products_services/products/ms/simulation/aiimplant/# No idea if it’s any good, I just remember getting some brochures from them at GDC a few years back, and it appears they’re still around. |
|||
feedback
|
0
|
Kynapse (commercial) is from what I understand the number 1 market share for pathfinding libraries. It’s the oldest of the commercial AI middlewares around. http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&id=11390544 My experience with previous versions were that they were bulky with a terrible API and not very nicely implemented. We had tons of problems with it. Now in their new version it seems they’ve changed data formats and some other radical changes, so maybe they’ve fixed the problems now. It’s also a commercial product and fairly expensive. |
|||
feedback
|
0
|
NavPower (commercial) My experience with it has been positive, although I haven’t shipped any title with it yet. Most others I’ve talked to about it have had a similarly positive experience with it. API is easy to understand. Fairly simplistic API, which can be a limitation. |
|||
feedback
|
0
|
Golaem (Commerical) I’ll add to the list of commercial products Golaem (Full disclosure: I work for them). Golaem Path is a real time 3D navigation library (path finding & reactive navigation / steering behaviors). It is not marketed for game development but could be used for a game. |
|||
feedback
|
0
|
xAItment (commercial) Fairly new middleware suite providing everything from pathfinding to behavior / decision making systems. Haven’t tried it myself, so I can’t say if it’s any good. |
|||
feedback
|
0
|
SharpSteer. (MIT license?) http://sharpsteer.codeplex.com/ SharpSteer is a C# port of OpenSteer. Like OpenSteer, the aim of SharpSteer is to help construct steering behaviors for autonomous characters in games and animation, with a current implementation focus toward Microsoft’s XNA. |
|||
- 本文固定链接: http://www.wy182000.com/2012/03/20/available-ai-middleware/
- 转载请注明: wy182000 于 Studio 发表