Tobotimus / UNSWgraph

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNSW Graphics

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

If you wish to fork it to work on assignments, please ensure that you fork it into a private repository. GitHub offers free private repositories as part of it's student developer pack, 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 final code Lines, line strips and triangles. v0.2.zip
0.3 Lab solution Polygons v0.3.zip
0.4 Week 2 starter code Coordinate frames, more convenient constructors, and pen colour v0.4.zip
0.5 Week 2 final code Some more fish examples v0.5.zip
0.6 Ass1 starter code Initial versions of assignment classes with stubs v0.6.zip
0.7 Week 3 starter code Starter code for mandelbrot example v0.7.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


Languages

Language:Java 99.6%Language:GLSL 0.4%