Open sketch from web browser via custom link?
in
Integration and Hardware
•
9 months ago
Hello,
is there a way to open shetch present in my computer when clicking on a link in web browser?
For example, when I click on link lastfm://something/something, it opens last.fm client and loads specified station. I'd like to do this with my sketch. Is it possible?
I want to do sort of web repository, where you can click on item and it opens and animates in my viewer sketch. Data transfer should be okay, since my items can be encoded into string and then recreated from string. I just need to register my sketch to open URIs that start with mysketch://
The sketch uses heavy OpenGL and probably won't work in browser, so I thought it might be possible this way.
Thanks for any ideas, F.
is there a way to open shetch present in my computer when clicking on a link in web browser?
For example, when I click on link lastfm://something/something, it opens last.fm client and loads specified station. I'd like to do this with my sketch. Is it possible?
I want to do sort of web repository, where you can click on item and it opens and animates in my viewer sketch. Data transfer should be okay, since my items can be encoded into string and then recreated from string. I just need to register my sketch to open URIs that start with mysketch://
The sketch uses heavy OpenGL and probably won't work in browser, so I thought it might be possible this way.
Thanks for any ideas, F.
1