Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.13 KB

2.1-Integration.md

File metadata and controls

58 lines (48 loc) · 2.13 KB

Integration

C++

  • Interface Status:
    • Full functionality available ✔️
    • Sample provided ✔️
    • Unit Testing via CI ✔️
    • Standardized interface ❌
    • Protocol parsing encapsulation ❌
  • Source
  • Download
  • Sample
  • Unit Testing

Python

  • Interface Status:
    • Full functionality available ✔️
    • Sample provided ✔️
    • Unit Testing via CI ✔️
    • Standardized interface ✔️
    • Protocol parsing encapsulation ✔️
  • Source
  • Download
  • Sample
  • Unit Testing

Golang

  • Interface Status:
    • Full functionality available ✔️
    • Sample provided ✔️
    • Unit Testing via CI ✔️
    • Standardized interface ✔️
    • Protocol parsing encapsulation ❌
  • Repository
  • Sample
  • Unit Testing

NodeJS

  • Interface Status:
    • Full functionality available 🚧
      • Main functions available ✔️
      • CustomController ❌
    • Sample provided ✔️
    • Unit Testing via CI ✔️
    • Standardized interface ✔️
    • Protocol parsing encapsulation ❌
  • Download
  • Repository
  • Source
  • Unit Testing

And More

Language support is inseparable from the contributions of collaborators! If you also want to add an interface of a certain language to MaaFramework, please refer to Standardized Interface Design and submit a PR to us!