An open API service indexing awesome lists of open source software.

https://github.com/anod/computergraphicsproject

This is study project for course "Computer Graphics" @ Afeka College of Engineering.
https://github.com/anod/computergraphicsproject

Last synced: about 1 year ago
JSON representation

This is study project for course "Computer Graphics" @ Afeka College of Engineering.

Awesome Lists containing this project

README

          

# OpenGL World

This is study project for course "Computer Graphics" @ Afeka College of Engineering.

The project goal is to write an OpenGL 3D game based on work done in classes.

* Generated terrain
* Building mode (F3) to create hills, valleys, roads (bridges) and place cities
* User-driven car (Controls: w,a,s,d)
* Self-driven cars
* Different camera modes : F1 - global camera (Controls: left,light,up,down,page up, page down), F2 - driver view

## Implementation Highlights

* C++
* OOP
* OpenGL / GLUT

## Screenshots

Building mode

![Building mode](https://raw.github.com/anod/ComputerGraphicsProject/master/screenshots/scr_design.png)

Global camera

![Global camera](https://raw.github.com/anod/ComputerGraphicsProject/master/screenshots/scr_global.png)

Diver view

![Diver view](https://raw.github.com/anod/ComputerGraphicsProject/master/screenshots/scr_driver.png)

## Author

Alex Gavrishev 2013