WebGL

Since some time ago a was playing around with Open GL and WebGL.

Without hassle you can create new OpenGL Fragment Shaders or learn to write them, by modifying existings Shaders at: https://glslsandbox.com

But now I managed to show WebGL inside of my WordPress Blog.

The problems are WordPress tries to reformat my code. It changes the type of my script-tags and inserts p-tags.

Leave a Reply