An open API service indexing awesome lists of open source software.

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

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/).