Computer Graphics - UC San Diego

edX
4.4
4 reviews
  • Simply keeping up and take in more about dialect and figure out how to draw or make 3d character.
    |
  • I am doing the second task now. This course is exceptionally troublesome. While you do not need to compose a great deal of code for the first or second assignments, understanding what you are doing is an incredible undertaking. Addresses cover all the material yet are exceptionally dynamic. Coding assignments then again are exceptionally thick. Dialog discussions and the indications have been pivotal to succeeding. Passing this class is feasible however be prepared to work A LOT.
    |
  • I need to state its a tough and brilliant course. At last i get 75%marks. We the new learners need to peruse straight variable based math and PC graphics for some points of interest if which does not be canvassed well in the course. 《3D Computer Graphics : A Mathematical Introduction with OpenGL》is a pleasant book for this course.
    |

Course

Online

Free

Description

  • Type

    Course

  • Methodology

    Online

  • Start date

    Different dates available

Learn to create images of 3D scenes in both real-time and with realistic ray tracing in this introductory computer graphics course.With this course you earn while you learn, you gain recognized qualifications, job specific skills and knowledge and this helps you stand out in the job market.

Facilities

Location

Start date

Online

Start date

Different dates availableEnrolment now open

About this course

Solid C/C++ programming background (Java is ok too; you will pick up C++)

Access to a relatively up-to-date computer (Windows, Mac OS, Linux)

Solid high school mathematics; a review of the relevant linear algebra is included in the first segment.

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Reviews

4.4
fantastic
  • Simply keeping up and take in more about dialect and figure out how to draw or make 3d character.
    |
  • I am doing the second task now. This course is exceptionally troublesome. While you do not need to compose a great deal of code for the first or second assignments, understanding what you are doing is an incredible undertaking. Addresses cover all the material yet are exceptionally dynamic. Coding assignments then again are exceptionally thick. Dialog discussions and the indications have been pivotal to succeeding. Passing this class is feasible however be prepared to work A LOT.
    |
  • I need to state its a tough and brilliant course. At last i get 75%marks. We the new learners need to peruse straight variable based math and PC graphics for some points of interest if which does not be canvassed well in the course. 《3D Computer Graphics : A Mathematical Introduction with OpenGL》is a pleasant book for this course.
    |
100%
4.3
fantastic

Course rating

Recommended

Centre rating

Khaled Mahmode

4.5
27/01/2017
What I would highlight: Simply keeping up and take in more about dialect and figure out how to draw or make 3d character.
What could be improved: Everything OK.
Would you recommend this course?: Yes

Cameron Fife

4.0
26/01/2017
What I would highlight: I am doing the second task now. This course is exceptionally troublesome. While you do not need to compose a great deal of code for the first or second assignments, understanding what you are doing is an incredible undertaking. Addresses cover all the material yet are exceptionally dynamic. Coding assignments then again are exceptionally thick. Dialog discussions and the indications have been pivotal to succeeding. Passing this class is feasible however be prepared to work A LOT.
What could be improved: Nothing.
Would you recommend this course?: Yes

Enrico Wang

4.5
25/01/2017
What I would highlight: I need to state its a tough and brilliant course. At last i get 75%marks. We the new learners need to peruse straight variable based math and PC graphics for some points of interest if which does not be canvassed well in the course. 《3D Computer Graphics : A Mathematical Introduction with OpenGL》is a pleasant book for this course.
What could be improved: Everything was positive.
Would you recommend this course?: Yes

Claudio Felicioli

4.5
24/01/2017
What I would highlight: I have been pleasantly astounded by the considerable nature of this course. The teacher has been capable, in a short course, to talk about all the principle themes of PC representation top to bottom and with a decent level of formalism. The last venture was awesome: its striking that the teacher has possessed the capacity to cover every one of the necessities, from polynomial math up to programming methods, to give understudies every one of the instruments required for effectively accomplish it.
What could be improved: Nothing.
Would you recommend this course?: Yes
*All reviews collected by Emagister & iAgora have been verified

This centre's achievements

2017

All courses are up to date

The average rating is higher than 3.7

More than 50 reviews in the last 12 months

This centre has featured on Emagister for 8 years

Subjects

  • Graphics
  • Computer Science
  • Computer Graphics
  • 3D
  • Design

Course programme

Today, computer graphics is a central part of our lives, in movies, games, computer-aided design, virtual simulators, visualization and even imaging products and cameras. This course teaches the basics of computer graphics that apply to all of these domains. 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.CSE167x teaches the foundations of computer graphics. This course runs for 6 weeks and consists of four segments. Each segment includes an individual programming assignment: Overview and Basic Math (Homework 0: 10% of grade) Transformations (Homework 1: 20% of grade) OpenGL and Lighting (Homework 2: 35% of grade) Raytracing (Homework 3: 35% of grade) This term, students who earn a total score of 50% or greater will have passed the course and may obtain a certificate from UC San DiegoX. FAQ What is the format of the class? The class will consist of lecture videos, brief exercises, and homework assignments. Each of the four segments of the course will have 2-3 lectures. Each lecture includes 3-5 lecture videos, which last between 10 and 20 minutes. There will be a brief exercise after each lecture video to help you test your understanding of the material. Your score will be determined entirely by programming assignments for which you will receive immediate autograder feedback. You may submit your assignment to the autograder multiple times; only your last submission will count. Programming projects are to be implemented individually without copying code from other students, largely identical online resources, or previous instances of the class. However, short of posting or sharing actual explicit code, you are encouraged to collaborate and discuss problems in the discussion forums. Will the text of the lectures be available? Yes. All of our lectures will have transcripts synced to the videos. Do I need to watch the lectures live? No. You can watch the lectures at your leisure. You can "work ahead" if you want to move faster than the due dates. Conversely, you can progress at a slower pace. Please note that certificates will only be awarded to students who obtain the requisite score by turning in assignments by the established deadlines. How much does it cost to take the course? Nothing: the course is free. If you expect to be doing a lot of graphics programming in the future, we would recommend the OpenGL and GLSL programming guides, but it is by no means required to purchase them. There are many free online resources for these topics, and we will be posting links to them. What computer system do I need for the course? The course material involves C++/OpenGL/GLSL programming that is portable. We provide skeleton code for all major platforms (Windows, Mac OS, Linux). This is a modern course involving programmable shaders, but any machine built in the last few years should be adequate. We provide many compilation hints and tips, and Homework 0 is to ensure you can compile and work with the autograder. You do need some kind of C++ development environment; we provide several resources to get you started for Homework 0. In the highly unlikely event you cannot get your machine to work, you will hopefully have adequate time to find another system. Will I learn Maya/DirectX/3D Studio Max etc.? 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. Can I contact the Instructor or Teaching Assistants? Yes, but not directly. The discussion forums are the appropriate venue for questions about the course. The instructors will monitor the discussion forums and try to respond to the most important questions; in many cases response from other students and peers will be adequate and faster. I have a disability (visual/hearing etc.) Can I take the course? In most cases, yes. We provide transcripts for all lectures. Many leading computer graphics researchers have had visual impairments like color-blindness. However, this being a computer graphics course that relies on visual image comparisons, we probably cannot provide adequate support for those who are legally blind. I have a busy schedule this fall. Can I still take the course? The course does require about 12 hours per week of work, and the assignments (where you are given two weeks) require the time. Certificates of achievement require a passing score. Of course, you are welcome to just go through the lectures or attempt some of the assignments if you are not interested in a certificate; we hope to provide something for everyone.

Additional information

Ravi Ramamoorthi Ravi Ramamoorthi is a Professor at the University of California, San Diego. He has taught computer graphics more than 10 times at Stanford, Columbia and UC Berkeley, and has been honored with a number of awards for his research, including the ACM SIGGRAPH Significant New Researcher Award and by the White House with the PECASE (Presidential Early Career Award for Scientists and Engineers).

Computer Graphics - UC San Diego

Free