marvk / vatprism

VATprism is a VATSIM Map and VATSIM Data Explorer, VATSIM being the Virtual Air Traffic Simulation Network. VATprism allows users to explore available ATC services, connected pilots, Airports, Flight and Upper Information Regions and more!
https://vatprism.org/
GNU Affero General Public License v3.0
66 stars 12 forks source link

Add Discord RPC/Activity API #73

Open marvk opened 3 years ago

marvk commented 3 years ago

This would be cool to have, though I haven't had much luck with this library: nCrMx/discord-game-sdk4j

If anyone has experience with Discord RPC/Activities, do let me know 🙂

image

kimonmeier commented 2 years ago

I woudl trie to help you if you want to. I did some projects in the past with the discord activity api

marvk commented 2 years ago

@LuckLP Sure! I've tried with this example and received no errors, but it also didn't show up on discord. If you've worked with that library or have a better suggestion, that'd be great! Feel free to DM me on Discord.

kimonmeier commented 2 years ago

@LuckLP Sure! I've tried with this example and received no errors, but it also didn't show up on discord. If you've worked with that library or have a better suggestion, that'd be great! Feel free to DM me on Discord.

Yeah im gona fork the Repo and create a new Branch.

Im interested to help you to develop vatprism further.

So i hope thats a first step :D

wiggleforlife commented 2 years ago

I've decided to try working on this since @kimonmeier seems to have abandoned it. I have airports working so far, and I anticipate it will be fairly simple to implement the rest. Here's a preview: image

So far I've used a fair bit of code from you, Kimon, so I thank you for writing it and pushing it. I've simplified some of it (ex replacing the library downloader with the package's built in system), but a lot of it was just fixing it to work with what I'm implementing or vice versa.

marvk commented 2 years ago

Looks quite promising guys! Let me know when this is ready 😅