Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AI:Development:Interface: Difference between revisions

From Fightorder
interaidev>Flozi
AI -> AI Dev
 
m 1 revision imported
 
(No difference)

Latest revision as of 22:08, 23 February 2026

AI interfaces and wrappers

Introduction

For an explanation of what AI interfaces and wrappers are, have a look at the AI Interface system page.

In active development

C & C++ AI Interface
~stable, basically just a stub plugin, forwarding the plain C AI Interface, do not use directly, but through a wrapper

Legacy C++ AI Wrapper
deprecated, ensures AIs written for springs old C++ AI interface can still be used

New C++ AI Wrapper
alpha, allows writing C++ AIs using the new OO structure and all possibilities of the C Interface

Java AI Interface
~stable, loads AIs written in any language supported by the JVM

ModularAI Wrapper
beta, simplifies handling of Units and provides a lot of common functionality for Java AIs

Spring PyAI Interface
beta, Python AI Interface

In inactive development

Mono AI Interface
beta, will support loading AIs written in a CLI language


<- Back to AI page