top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

2D Scene Graph

Using C++ and the GLM library, I designed a scene graph data structure with support for rotation, translation, and scale transformations to render 2D polygons to a Qt GUI. I also added Qt UI elements to allow a user to edit the contents of the scene graph, with the 2D scene updating in real-time.

bottom of page