|
|
|
|
|
by thomasikzelf
1224 days ago
|
|
cool demo. I loaded my own codebase to look around in it. I could really see this being added to an IDE to get an overview of a code base (and it also looks good). It reminds me of the following demo:
https://wdobbie.com/pdf/
from this post:
https://wdobbie.com/post/gpu-text-rendering-with-vector-text... Some tips for others (when trying with your own repo):
- you need to rename any index.html files and clear the browser cache otherwise it skips that folder
- change the value at wb-librarian.js:98 (this.screenCursorY) to a value that better matches the size of your code base |
|