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

https://github.com/byteface/GTP

Demo of Encoding text into pixels then use a shader to inspect the text
https://github.com/byteface/GTP

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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