Thanks, I'm still not 'there' yet, I'll do the primitive way till it feels natural and tedious then I'll learn the shortcuts
I found the shadertoy, now to stare at the sauce for a bit
https://www.shadertoy.com/view/WsffW7
I found the shadertoy, now to stare at the sauce for a bit
https://www.shadertoy.com/view/WsffW7
发表时间 7 days ago @ 6:42 pm
Shadertoy is in GLSL. There are some little differences with HLSL and that's why I provided a template in the project with some defines for compatibility.
It's still basic (no buffer or vertex shader full support, just "Image"). Visuals plugin is more powerful for that.
It's still basic (no buffer or vertex shader full support, just "Image"). Visuals plugin is more powerful for that.
发表时间 7 days ago @ 7:23 pm
I know the grass is always greener,
but if possible vertex shaders? nearly as much bang for less clock cycle bucks?
https://www.vertexshaderart.com/
I know why atomix went with shadertoy, they just have way more users, submissions and are much more capable, but the site mentioned above has way more on the Gold to Mold ratio
but if possible vertex shaders? nearly as much bang for less clock cycle bucks?
https://www.vertexshaderart.com/
I know why atomix went with shadertoy, they just have way more users, submissions and are much more capable, but the site mentioned above has way more on the Gold to Mold ratio
发表时间 3 days ago @ 8:36 pm
Adding vertex shader is not so complex. I just wanted to keep the plugin simple and only to modify the texture.
You can have a look here to import the vertex shaders code:
https://github.com/DJCEL/VirtualDJ-VideoRotation-Win64/tree/main/src/Shaders
You can have a look here to import the vertex shaders code:
https://github.com/DJCEL/VirtualDJ-VideoRotation-Win64/tree/main/src/Shaders
发表时间 3 days ago @ 8:52 pm
Yes, those vertex ones look a "bit more Milkdrop".
发表时间 3 days ago @ 10:25 pm
@Cel Thanks, I'm in slightly over my head [from a few different angles] but that's where the fun is.
If I can get it working are you fine with my forking the plugin for a vertex version? [After I check licencing over on the vertex site.]
If I can get it working are you fine with my forking the plugin for a vertex version? [After I check licencing over on the vertex site.]
发表时间 3 days ago @ 11:01 pm
No problem. A little helper for D3D11:
https://virtualdj.com/user/djcel/blogs/6082/Direct3D11.html
https://github.com/microsoft/DirectXTK/tree/main/Src/Shaders
You can also use if you prefer:
using Microsoft::WRL::ComPtr;
https://virtualdj.com/user/djcel/blogs/6082/Direct3D11.html
https://github.com/microsoft/DirectXTK/tree/main/Src/Shaders
You can also use if you prefer:
using Microsoft::WRL::ComPtr;
发表时间 3 days ago @ 2:54 am
eugh I remember comPtr from last dx11 project I did years back.
You've got to remember, I'm out of my depth on almost everything, anything new needs +3 tabs, every error is +3 tabs, every tab is +3 tabs.
Easy errors for a CS background, I learnt by online tutorials build a calculator, half watched half remembered [from sometimes half arsed] YT video
But progress, I dropped all the frag shader stuff as it was just confusing keeping that working and adding the new.
an animated hard coded vertex shader
You've got to remember, I'm out of my depth on almost everything, anything new needs +3 tabs, every error is +3 tabs, every tab is +3 tabs.
Easy errors for a CS background, I learnt by online tutorials build a calculator, half watched half remembered [from sometimes half arsed] YT video
But progress, I dropped all the frag shader stuff as it was just confusing keeping that working and adding the new.
an animated hard coded vertex shader
发表时间 2 days ago @ 6:59 am





