CatArtificialIntelligence: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Artificial Intelligence== {| class="sortable" {{Prettytable}} |- {{Hl2}} ! '''Name''' ! '''Creator''' ! '''Description''' |- ||Basic A-Star Pathfinder ||[[User:Nexii Malth…" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{LSL Header|ml=*}}{{RightToc}} | |||
==Artificial Intelligence== | ==Artificial Intelligence== | ||
| Line 27: | Line 28: | ||
||A potential field based pathfinding library. | ||A potential field based pathfinding library. | ||
|} | |} | ||
{{LSLC|}} | |||
Revision as of 17:10, 3 April 2011
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Artificial Intelligence
| Name | Creator | Description |
|---|---|---|
| Basic A-Star Pathfinder | Nexii Malthus | My own interpretation of A Star into a highly efficient algorithmn |
| Chatbot | Anonymous | Compile and run the LSL you type on a channel, faster than you can thru the 2007-08 SL GUI. |
| Hierarchics | Nexii Malthus | Advanced script to create an efficient self-aware hierarchic structure. |
| Hierarchics2 | Nexii Malthus | Second generation, one script per object. Only two functions, can be embedded in others. Uses the new llSetLinkPrimitiveParamsFast/llGetLinkPrimitiveParams functions. |
| Pathfinder | Babbage Linden | A potential field based pathfinding library. |