vertexshaderart icon indicating copy to clipboard operation
vertexshaderart copied to clipboard

The repo for vertexshaderart.com

Results 12 vertexshaderart issues
Sort by recently updated
recently updated
newest added

I thought whipping up some vertex shaders would be a fun way to pass time on a long bus ride. However, when opening up one of my WIP shaders, I...

Looks like we are no longer able to play music from Soundcloud. No matter what is entered, the page displays: `not a valid soundcloud url?` From the dev tools console,...

It would be nice if the site had a search feature! I tried to use Google search, `site:vertexshaderart.com` but the shaders are not indexed.

Hey @greggman, learning more about webgl with your tool, it's invaluable so thanks a ton! One thing I noticed is that `gl_PointSize` is missing in the "Outputs" list. Might be...

Would love to see the ability to adjust volume and scrub audio. I sometimes want to tune my shader to emphasize a specific section of the sound texture, but often...

So I am developing an API and website. I wanna figure out how I can save files from your site and send them to my website to be rendered and...

At http://codepen.io all code posted is MIT licensed. https://blog.codepen.io/legal/licensing/ GL Sandbox seems to have no license on the code. I can't see anything on this site specifying the license for...

Just started looking at the tutorials, there's a weird issue with rendering the grid though. Copied your code exactly to be sure I wasn't doing something silly (though I might...

How to reproduce it: If put the embed iframe in a page, when you open that page in chrome, before click the big play button, close the page tab or...

**Close Chrome and then run:** ` chrome.exe --use-angle=vulkan --enable-features=Vulkan,DefaultANGLEVulkan,VulkanFromANGLE --incognito` **Open any shader or this examples:** https://www.vertexshaderart.com/art/MNGReAdLScFwNiZDg https://www.vertexshaderart.com/art/8AQFD78CWiZsN4phd ![1](https://user-images.githubusercontent.com/24825887/236648266-d4e76b77-b39b-4475-95b1-a91974f139b0.png) When LINE_LOOP set - image does not render on Vulkan. **This...