antosdk-apps/ShaderPlayground/README.md

10 lines
306 B
Markdown
Raw Normal View History

# ShaderPlayground
Playground for working with Open GL shader language, the sharder is rendered
with the Three.js library
## Change logs
2021-06-21 00:04:52 +02:00
- 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