mcgillowen / cpsc453-hw1

Homework1 for CPSC 453 course at UofC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPSC 453 Winter 2017 University of Calgary

Introduction to computer graphics

Homework 1: Generating Fractals, Hexaflake and Koch snowflake

Build instructions

macOS

 > make -f Makefile.osx

Linux

 > make -f Makefile.linux

Controls

Changing level of recursion

Increasing the level of recursion

Up arrow key

Decreasing the level of recursion

Down arrow key

Changing fractals

To change between the different fractals use the left and right arrow keys, the fractals start at the Hexaflake, then Koch snowflake and then both combined. The fractals loop.

About

Homework1 for CPSC 453 course at UofC

License:MIT License


Languages

Language:C++ 97.7%Language:GLSL 2.3%