antosdk-apps/ShaderPlayground/build/debug/README.md
2021-06-21 00:04:52 +02:00

10 lines
306 B
Markdown

# ShaderPlayground
Playground for working with Open GL shader language, the sharder is rendered
with the Three.js library
## Change logs
- v0.0.2-a:
- Remove GLSLX, use the default WEBGL API for shader compiling
- Allow save/open shader source code to/from file (JSON)
- v0.0.1-a: Initial version