Skip to content

ExAPI

This document is for developers who want to communicate with Live2DViewerEX via ExAPI

About ExAPI

ExAPI is WebSocket APIs for Live2DViewerEX.
With ExAPI you can control many contents of Live2DViewerEX such as model, background, effect, text bubble...

Use Case

  • When you get a new mail or message, you can push notification to Live2DViewerEX instead of system notification center, a text bubble will show the message you pushed.
  • You can send system resourse usage data to Live2DViewerEX, which will prepare a widget UI to show the data.
  • You can send weather data to Live2DViewerEX, and control rain effect or sonw effect to fit current weather.
  • You can write your background slideshow software and set background file with ExAPI.
  • You can use Google Voice, Siri and such in your software to recognise voice, then translate the voice to text or choices and send to Live2DViewerEX to show text and choices.
  • ...

Github

https://github.com/pavostudio/ExAPI