c# - Music spectrum visualization with better effects/graphics -


I am making music player in C # / WPF.

With the bass audio engine, I can create simple spectrum like this: Simple Spectrum Example

But I am looking to create

Is there any DirectX, OpenGL or other engine that can create similar effects that I can use in my application?

It seems that WPF supports OpenGL, as you can see

  • And even DirectX (though 9 seems to be)

    So, yes, you can choose your engine :)

    < / Div>

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -