GLUTen

Course

Computer Graphics (Tecnológico de Monterrey)

Category

School project, Software, 3D

Date

May 2018

Collaborators

  • Jorge Limón Cabrera
  • Carlos Serret Heredia
  • Antonio Tarín Contreras

About this project

GLUTen is an OpenGL application that automatically creates a visual 3D hierarchy chart from a structured text file.

This software interprets a custom text file using a defined syntax for establishing parent & child components.

After parsing, cubes and interconnecting lines are iteratively generated, building a visual information map.

We made this software on C++ using GLUT, a toolkit for writing OpenGL programs.