Skip to content

jskyzero/Computer-Graphics

Repository files navigation

Computer-Graphics

jskyzero 2018/03/11

Build Status contributions welcome

OpenGL

Overview

  • What is CG used for?
    • Movies / Computer games / Visualization ...
  • What is Computer Graphics?
    • The science and technology of imaging the world in pixels, such that it provides the real experience(looks real, sounds real, feels real)
    • The science and technology of modeling, processing and displaying objects in the world in a computer.

Structure

.
├── 1 - Learning about CG
├── 2 - GUI and Draw simple graphics
├── 3 - Draw line
├── 4 - Transformation
├── 5 - Camera
├── 6 - Lights and Shading
├── 7 - Shadowing Mapping
├── 8 - Bezier Curve
├── README.md
├── docs  // all homework description documents 
└── projects
    ├── OpenGL-Hardway
    └── OpenGL-Playground

see each indivial topic folder!

Reference

  • learnopengl-cn
  • Mathematics for 3D Game Programming and Computer Graphics 3rd

About

Learn about Computer Graphics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published