imLinguin / comet

Open Source implementation of GOG Galaxy Communication Service for SDK bundled with GOG games.
GNU General Public License v3.0
227 stars 8 forks source link

Expose interface for third party integrations #18

Open imLinguin opened 4 months ago

imLinguin commented 4 months ago

We need some sort of interface for communication between third party apps and comet in order to communicate updates like achievements, useful for external overlays.

kevin-wijnen commented 1 month ago

After noticing this mentioned in the new README - are there any concrete plans for this feature yet?

Such as with what type of interface?

I'd personally suggest:

imLinguin commented 1 month ago

Indeed separate TCP socket seems like the best cross-platform approach.