Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 325 Bytes

text2shader

Demo of Encoding text into pixels then use a shader to inspect the text

i.e. A shader finds all instances of any given search term within a large document INSTANTLY!

Run

You need to run a server locally these days just to load assets...

python -m SimpleHTTPServer

or

python3 -m http.server