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

[REQUEST] GLSL / Shader version? #91

Open
Matsilagi opened this issue Aug 9, 2023 · 4 comments
Open

[REQUEST] GLSL / Shader version? #91

Matsilagi opened this issue Aug 9, 2023 · 4 comments

Comments

@Matsilagi
Copy link

The way those are rendered, im pretty sure this is possible.
Could you guys make then, if there's time, a glsl version to be able to be used in games and whatnot? After looking a bit through the code, i see no reason why this wouldn't work in Realtime.

@SergeyMC9730
Copy link
Contributor

code is very very slow in realtime. a lot of math is used here and python makes it even slower

@Matsilagi
Copy link
Author

You sure? Im pretty sure lots of optimizations can be made.
Especially while using the GPU to process those.

@valadaptive
Copy link

I started looking into this, and it looks like a lot of the code relies on IIR filters, which are hard to parallelize. It would likely be possible to optimize this using compute shaders, but I'm not sure how portable those are and how feasible it would be to use them in a video game.

@Matsilagi
Copy link
Author

I was thinking more about ReShade, so all games could take profit off of it.

If its portable to reshade, then it works everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants