Articles tagged with: user interface

Pie Menu widget in Java

Written by Luis Cruz on Saturday, 20 August 2011. Posted in Academic Portfolio

Principles of UI Software | CS6456

Pie Menu widget in Java

Development of a pie menu widget, created in Java Swing, which incorporates hierarchy, animation, and mouse-wheel based rotation, in an attempt to extend the usability of the standard pie menu paradigm. This component was implemented from scratch following the MVC model.

Notebook in Java

Written by Luis Cruz on Friday, 19 August 2011. Posted in Academic Portfolio

Principles of UI Software | CS6456

Notebook in Java

This Digital Notebook project was implemented using the Java Swing library. The main objective was to create MVC (Model-View-Controller) components from scratch. This small app has different functions such as Pen mode and real time thumbnail visor of the main canvas.

OpenGL Viewer

Written by Luis Cruz on Sunday, 21 August 2011. Posted in Academic Portfolio

Computer Graphics | CS3451

OpenGL Viewer

This is an introductory project on OpenGL and familiarize with  its pipeline concepts. The main function in this project is to read a text file containing triangle information of a 3D model, and display it with a virtual trackball interface. It also features Gouraud shading and line/pint/face rendering.