-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add compiler or related tech to solve call back functions #170
Comments
COPY from #166 (comment) I've tried using the I was successful -- video plays in a loop in Processing.R -- however I ran into a problem redefining the Video library's movieEvent function hook. My demo sketch works around this problem by dropping the framerate and reading the video each frame no matter what. This creates rough, choppy, low-framerate video. I wonder if there is a way to do this right. To set up this test sketch, install the Video library in PDE, save the test sketch in Processing.R mode, then copy transit.mov from the video library example into the sketch /data folder.
|
Also related issue: #163 Support the event function. All the interactive keyboard and mouse functions are hooks / callbacks
|
I wonder if this can be separated into two issues.
|
It is a good idea! I agree with you. If we could implement the library hooks then we could deprecate the original API hooks. |
The first half of this -- API hooks -- was resolved by #187 Fix the callback function. |
related issues: #166
There are some functions which will be defined in R but it is called in Java. Actually we have limited implementation for these functions, for example, draw and settings. But some libraries and some other built-in functions need to be supported.
Built-in functions includes: mouse related functions.
The text was updated successfully, but these errors were encountered: