https://github.com/zalo/holopladertoy
A Simple Shadertoy Boomarklet for Looking Glass Displays
https://github.com/zalo/holopladertoy
bookmarklet looking-glass shadertoy
Last synced: 12 months ago
JSON representation
A Simple Shadertoy Boomarklet for Looking Glass Displays
- Host: GitHub
- URL: https://github.com/zalo/holopladertoy
- Owner: zalo
- License: mit
- Created: 2021-06-12T04:15:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T22:10:12.000Z (about 5 years ago)
- Last Synced: 2025-04-19T08:01:33.094Z (about 1 year ago)
- Topics: bookmarklet, looking-glass, shadertoy
- Language: JavaScript
- Homepage: https://www.shadertoy.com/view/ttXSDN
- Size: 40 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Holopladertoy](https://www.shadertoy.com/view/ttXSDN)
A bookmarklet for connecting [Shadertoys](https://www.shadertoy.com/view/ttXSDN) to your [Looking Glass display](https://lookingglassfactory.com/).
[This shader is an example of one that takes advantage of this bookmarklet.](https://www.shadertoy.com/view/ttXSDN)
Save this bookmarklet to your browser:
```
javascript:{var s=document.createElement("script");s.src="https://zalo.github.io/Holopladertoy/bookmarklet.js",document.body.appendChild(s);};void(0);
```
## How it works
When the bookmarklet is activated, it injects a script that connects to the Holoplay service, grabs the current device's calibration, and injects it into the Shadertoy text box.
## Credits
Based on [Holoplay.js](https://docs.lookingglassfactory.com/developer-tools/three/).