https://github.com/skyl/3read
Chrome extension using WebGL to read in 3d
https://github.com/skyl/3read
Last synced: about 1 year ago
JSON representation
Chrome extension using WebGL to read in 3d
- Host: GitHub
- URL: https://github.com/skyl/3read
- Owner: skyl
- Created: 2014-08-05T18:21:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T09:46:10.000Z (about 8 years ago)
- Last Synced: 2025-01-23T13:13:53.529Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/3read/amklbgkedklmdajokboibalnafodgglg
- Size: 1.32 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
3read lets you highlight text and read it on the z-axis.
[](https://www.youtube.com/watch?v=5-lZu53yB4w)
It utilizes THREE.js. But, in a naive way.
I need your help to improve performance.
checkout this code:
git clone https://github.com/skyl/3read
Go to [chrome://extensions](chrome://extensions)
and click "Load unpacked extension".
Select the 3read directory that you checked out.
Read the instructions for use.
Almost ready to hack!
Most of the code is written in CoffeeScript.
So, install npm, install coffeescript.
For me, this went:
brew install npm
npm install -g coffee-script
Now, I can compile the CoffeeScript in the 3read directory:
coffee --watch --compile .
Changes you make will now effect the extension.
HELP!
Thank you.