Closed romgrk closed 8 years ago
Hi,
I don't have any precise plan to implement the item yet because
I'll close this because I took profile and concluded that rendering with WebGL does not have so much priority in #2.
If you notice some mistakes (e.g. the way of profiling was wrong), it's very helpful to pointing it out.
Thank you for the comment and being interested in this project!
Hello, the initial trigger for my question was the fact that, in the example, the rendering of the component was broken (on my side). Taking in count that you've done profiling, I am guessing that it is rendering correctly on your side. By broken rendering I mean: screen not updating in full, i.e. when scrolling 1 line, not all screen-lines are re-rendered. (steps: git pull && rake) Question 2: Am I doing something wrong, doctor? (Otherwise I'll fill a proper report if you need)
@romgrk
Ah, if you can, please report the bug by creating an issue with how to reproduce. Screenshot or animation gif / screencast is also very helpful.
Question 2: Am I doing something wrong, doctor?
You can see the log with Chrome DevTools. There is three log levels; production, debug, not-specified.
Please try rake debug
and check the console in DevTools. All logs are dumped to it.
Hello,
I was just curious and had some a question about this project, because I was in the process of looking to write something like this. I saw you have planned rendering this with WebGL, any precise schedule? (No pressure at all intended, just for my information; this all looks like great work).