Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.13 KB

Graphics in Java using JOGL

Computer graphics in Java using JOGL

This repository contains sample Java graphics programming using JOGL. Created for CS451 Fall 2015 at GMU, the projects cover topics in computer graphics including 2D and 3D graphics, matrix transformations, Cohen-Sutherland line clipping , Sutherland-Hodgman polygon clipping , collison detection, 3D lighting, and simple texturing. Included are batch and bash scripts to compile and run on Windows and Linux respectivly.