Skip to content

Convert 2D Bar Graph to 3D Bar Graph - #11

Open
sureshchouksey8 wants to merge 2 commits into
devlup-labs:mainfrom
sureshchouksey8:main
Open

Convert 2D Bar Graph to 3D Bar Graph#11
sureshchouksey8 wants to merge 2 commits into
devlup-labs:mainfrom
sureshchouksey8:main

Conversation

@sureshchouksey8

Copy link
Copy Markdown

Closes #1. Converted 2D Bar Graph visualization to a 3D visualization using Perspective Projection in C++ and OpenGL. I implemented a custom matrix library (Perspective, View, Model transformations) so there are no additional dependencies like glm, and generated 3D bar cubes dynamically.

AI added 2 commits July 10, 2026 13:59
Resolves devlup-labs#2. Adds bass, mid, and treble extraction with attenuated versions.
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

Successfully merging this pull request may close these issues.

Convert the 2D Bar Graph visualization into 3D Bar Graph visualization.

1 participant