VictorGrycuk / streamdeck-color-picker

A StreamDeck plugin that shows information about a pixel colour
GNU General Public License v3.0
13 stars 3 forks source link

The plugin “com.victorgrycuk.colorpicker” is not available for download. #11

Closed almostsultry closed 2 years ago

almostsultry commented 2 years ago

I just learned of your app. Can I have it back, please?

VictorGrycuk commented 2 years ago

Hi @almostsultry, I had no idea it was not available for download anymore. I will have to look into it. Meanwhile, you can check and download the last version from here and see if you can install it manually.

almostsultry commented 2 years ago

It may be a problem with ARM compatibility. I got this error trying to install the plugin manually:

Screen Shot 2022-10-03 at 7 46 05 AM

gr4y41 commented 2 years ago

It may be a problem with ARM compatibility. I got this error trying to install the plugin manually:

Screen Shot 2022-10-03 at 7 46 05 AM

I am having the same issue. It appears to be because of ARM like you suggested. @VictorGrycuk I am color blind as well so this is a game changer. I will try and take a crack at it and see what it would take to port to the M1 chip.

VictorGrycuk commented 2 years ago

Thanks @almostsultry and @mbelltbg. The plugin was made using a .NET Framework library, so it won't work on non-Windows machines or without Net Framework installed, sadly.

@mbelltbg if you can port it, that would be great as several people have been asking for a macOS compatible version.

gr4y41 commented 2 years ago

@VictorGrycuk I was able to get something working with keyboard maestro. Definitely not as stream-lined as your plug-in is. I'll post it on my repository and link here if you would like.

VictorGrycuk commented 2 years ago

@mbelltbg That sounds great, I can link it in the read me as an alternative.

gr4y41 commented 2 years ago

@VictorGrycuk Here is the link to the repository. I am still trying to teach myself some javascript to port this to an actual plugin.

https://github.com/mbelltbg/mac-streamdeck-color-picker.git

VictorGrycuk commented 2 years ago

Thank you @mbelltbg, I added the link to the readme. Hopefully future Mac users will use it as an alternative.