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

Shader BGA #53

Open
DolphinDTM opened this issue Jun 15, 2016 · 3 comments
Open

Shader BGA #53

DolphinDTM opened this issue Jun 15, 2016 · 3 comments

Comments

@DolphinDTM
Copy link
Collaborator

idk

@TomoAlien
Copy link
Contributor

Basically, instead of using still pictures or images, it will allow people to use OpenGL Pixel Shaders as BGA.
This will allow for people with beefier GPUs to have high-quality resolution-independent background animations.

Obviously, this will require Fast Fourier Transforms to be implemented as to create visuals that respond properly to the audio. However, we'd need to know what kind of implementation to use.

Then there's the various variables that should be passed to the shader:
-Song Time - Time from beginning of the song
-Animation Time - Time from the shader being called via BGA change
-Current Song BPM
-Current Song Meter - Shouldn't be too hard, considering the value is already a float.

And maybe some for fun stuff:
-Combo Count
-Health Percentage
-Score Percentage
-Hit Accuracy Grade

@zardoru
Copy link
Owner

zardoru commented Jun 16, 2016

Might be important to add the aspect ratio.

@zardoru
Copy link
Owner

zardoru commented Nov 8, 2016

shader support is up. BGAs are still not up though.

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

No branches or pull requests

3 participants