Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: free Computer Graphics course on edx - August 17 2015  (Read 1938 times)

0 Members and 1 Guest are viewing this topic.

jamesL

  • Full Member
  • ***
  • Posts: 124
    • View Profile
free Computer Graphics course on edx - August 17 2015
« on: August 03, 2015, 03:09:59 am »
found this on edx

probably too basic for 95% of the people here
but since I'm a total beginner I'm going to give it a try

------
https://www.edx.org/course/computer-graphics-uc-san-diegox-cse167x#!

Students will learn to create computer-generated images of 3D scenes, including flybys of objects, make a real-time scene viewer, and create very realistic images with raytracing. 
We will start with a simple example of viewing a teapot from anywhere in space, understanding the basic mathematics of virtual camera placement. 
Next, you will learn how to use real-time graphics programming languages like OpenGL and GLSL to create your own scene viewer, enabling you to fly around and manipulate 3D scenes. 
Finally, we will teach you to create highly realistic images with reflections and shadows using raytracing.

This is a course on the foundations of computer graphics and covers concepts, not the intricacies of a particular software package. That said, you will be able to write complex interactive and offline 3D graphics programs at the end of the course in C++, OpenGL and GLSL.

Length:  6 weeks
------

I downloaded SFML and Thor about a week ago, 
and I've ordered "Game Programming Patterns" from amazon, 
I've also bought and have started going through the SFML Game Development book.

While going through the example code I can see my C++ is not at a proper level

So as a total beginner I'm keeping my eyes open for any tutorials or courses.

Hope some people here find this one useful.