-
Notifications
You must be signed in to change notification settings - Fork 13
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
RM2 support? #4
Comments
It should work in principle, but I cannot test it first hand. |
Thanks! Much appreciated. |
When I try to run File "/home/user/Downloads/software/remarkable/remy/remy/remarkable/filesource.py", line 372, in __init__
with open(self._local("templates.json", branch=TEMPLDIR), 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '~/remarkable/rsync/templates/templates.json' Not sure what this |
Hi @mefistoso I can help you with that but would you mind opening a new issue for this? Your question is not related to RM2 support... |
I checked
|
@karlicoss thanks so much for testing it! |
@bordaigorl No problem! Thanks for your time spent implementing this :) |
@karlicoss regarding unresponsiveness: a common reason for inefficient rendering is the heavy use of eraser. If you have any idea on how to make that more efficient I'm all ears! |
Thanks, indeed, setting it to I didn't quite understand from the readme (and from a brief look at pagerender.py), what's the core cause of slow erasing? Is this because without eraser drawing is relatively straightforward -- you need to draw the layers from bottom to top; whereas the eraser acts on all the layers simultaneously? Or is it because it's not a 'native' operation in QT canvas, and you have to 'subtract' the strokes? |
@karlicoss I answered your question in #8 |
I think this can be closed as RM2 works fine |
This tool looks pretty cool. Does it support reMarkable 2?
The text was updated successfully, but these errors were encountered: