Skip to content

A Java graphics library for teaching Computer Graphics (COMP3421) at UNSW

Notifications You must be signed in to change notification settings

kenjcak/UNSWgraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library is being written as part of the Computer Graphics course at UNSW.

If you wish to work on assignments, please don't just fork this repo as your fork will be public. Instead, duplicate it into a private copy. Instructions for duplicating a repo are available here.

The project is set up as an eclipse project, so can be imported via the import option Existing Projects into Workspace.

Releases

Version What Features Zip file
0.1 Week 1 starter code Dots, dots and more dots. v0.1.zip
0.2 Week 1 Monday final code Lines, line strips and triangles. v0.2.zip
0.3 Week 1 Tuesday starter code Transformations v0.3.zip

Additional notes

As it is intended for educational purposes, this library is missing many desirable features and optimisations. It prioritises clarity and simplicity over all other considerations.

About

A Java graphics library for teaching Computer Graphics (COMP3421) at UNSW

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • GLSL 1.5%