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
- Host: GitHub
- URL: https://github.com/byteface/GTP
- Owner: byteface
- Created: 2011-12-01T16:30:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T19:14:28.000Z (about 6 years ago)
- Last Synced: 2025-07-19T10:22:17.137Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.8 MB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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