Skip to content

zalo/Holopladertoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bookmarklet for connecting Shadertoys to your Looking Glass display.

This shader is an example of one that takes advantage of this bookmarklet.

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.