-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom clipboard formats and binary data #8
Comments
Hi, I'm sorry for the late response. As for reading/writing custom data formats and binary data, a lot of inspiration for the robot clipboard API came from projects like Qt, JUCE and SDL. From what I remember, they didn't really offer that sort of functionality. Although Qt did something with MIME types, it was rather complicated. Regardless, I would welcome a change like this but I suggest creating some proof of concept code first as well as some possible use cases for testing. It would also have to support Windows and OSX equally. If you have developed something like that, feel free to share the project with me or open a PR so we can discuss it further. Now is especially a good time since I'm starting work on the next release of Robot! |
Very cool, thanks for the info. |
Yeah, Node is a bit harder to compile because you have to set up a compiler, Sounds good on the changes. Looking forward to seeing them. You can track the upcoming features and release progress on the milestons page. I try to work on it whatever I can. |
I've been working on a fork of Robot-JS, trying to build support for native clipboard access. This includes the ability to read / write custom data formats and binary data (instead of just Text and Images).
I'd like to know if these changes would be a welcome addition to the project, and if so, I'd like to make sure I'm headed in a good direction before continuing work and creating a PR. I'd also like to make sure I'm not duplicating any other potential work.
So here's my first question: Should I be modifying the
/Native/
code in this repo? Its hard to tell if theNative
code is just copied from robot or if it's developed independently?The text was updated successfully, but these errors were encountered: