antosdk-apps/ShaderPlayground
Dany LE 4c86a315dd
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
fix: relese regen
2023-06-07 15:04:55 +02:00
..
build fix: relese regen 2023-06-07 15:04:55 +02:00
build.json regen all archive using antos build system 2023-06-01 16:14:35 +02:00
main.css Add two more packages 2021-06-19 23:26:05 +02:00
main.ts regen archive 2021-06-21 01:11:57 +02:00
package.json Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
README.md Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
scheme.html Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00

ShaderPlayground

Playground for working with Open GL shader language, the sharder is rendered with the Three.js library

Change logs

  • v0.0.4-a: support AntOS 2.0.x
  • v0.0.3-a: reset texture when open new file
  • 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