mtracewicz / ComputerGraphics

Repository containing some of my project for Computer Graphics curriculum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Graphics

Repository containing some of my project for Computer Graphics curriculum

Info

Those applications are writen in C++ using QT framework. To build them use:

  1. qmake
  2. make

Rubics Cube

Program which allows user to solve Rubics Cube.

How to play:

  1. Randomize the cube by pressing r button
  2. Pick a wall you want to rotate with w,a,s,d buttons
  3. Rotate it by pressing left or right mouse buttons

Examples:

cube-unsorted cube-sorted

HSV

Simple color picker with rgb and hsv version

Alpha Blending

Simple app allows user to blend images from given directory

About

Repository containing some of my project for Computer Graphics curriculum


Languages

Language:C++ 39.4%Language:Makefile 38.3%Language:C 20.8%Language:QMake 1.5%