Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
6.9k stars 378 forks source link

Simple Discord RPC Support #1086

Closed FrozenGamer1640 closed 2 weeks ago

FrozenGamer1640 commented 2 weeks ago

Just a simple support to the Discord RPC using a Godot addon ( Please check the comments inside the src/Classes/DiscordRPC.gd file )

PS: sorry for the extra commit, I forgot to change the README.md

OverloadedOrama commented 2 weeks ago

I think such a feature would be best suited as an optional extension. I don't know if it's a good idea to include dll/so files in the base application, which also increase the size of several MBs, for a feature not many people will want to use.

FrozenGamer1640 commented 2 weeks ago

I actually tried to code it as an extension, but I couldn't get the extension to contain the godot addon I used for it in a way that pixelorama could use. and (as I marked as "NOTE's" on the script comments) I couldn't use C# to code it manually.

FrozenGamer1640 commented 2 weeks ago

Ok, my appologies for my lazyness, I didn't actually investigated enought, apparently Godot has native support to websockets and JSON format. I'm sorry for wasting your time, I'll close de PR.

Variable-ind commented 1 week ago

i'm making this extension, it'll be online soon :grin: https://github.com/Variable-Interactive/PixeloramaDiscordRPC/tree/master