Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add builtin shaders #253

Open
1 of 7 tasks
lukexor opened this issue May 29, 2024 · 0 comments
Open
1 of 7 tasks

Add builtin shaders #253

lukexor opened this issue May 29, 2024 · 0 comments
Labels
enhancement New feature or request tetanes

Comments

@lukexor
Copy link
Owner

lukexor commented May 29, 2024

Pixelate (or nearest neighbor) and Ntsc (by bisqwit) are already as AV filters provided but no shaders are used for those yet. See #254

AV filters can also be applied independently from post processing shaders.

An initial list to get started:

  • crt (eg. scanlines)
  • anti-alias
  • bicubic
  • bilinear
  • pal
  • inverted
  • black-and-white

Adding an shader requires:

  • adding the shader code to the shaders folder
  • Adding an enum variant to Shader enum
  • Adding a switch statement for creating the shader resources and rendering the frame
  • Adding the new variant to the shader_radio method for the gui
@lukexor lukexor added the enhancement New feature or request label May 29, 2024
@lukexor lukexor self-assigned this May 29, 2024
@lukexor lukexor changed the title Add more I clouded video filters Add more video filters May 29, 2024
@lukexor lukexor added the tetanes-core Change related to tetanes-core label May 29, 2024
@lukexor lukexor removed their assignment May 29, 2024
@lukexor lukexor changed the title Add more video filters Add more included video filters May 29, 2024
@lukexor lukexor changed the title Add more included video filters Add builtin shaders Jun 12, 2024
@lukexor lukexor removed the tetanes-core Change related to tetanes-core label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tetanes
Projects
None yet
Development

No branches or pull requests

1 participant