Home

Awesome

<h1 align="center">fun-with-computer-graphics</h1> <h5 align="center">Hi, you have just found fun-with-computer-graphics!</h5>

This is a collection of computer graphics related courses, books, tutorials, articles, blogs, resources, researcher homepages, lab homepages, video channels, open source projects, websites, etc.

Here are some useful tips for you to find what you want:

Computer Graphics

Open-source Renderers

Open-source Renderers
mmp/pbrt-v3The renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
mmp/pbrt-v4This is an early release of pbrt-v4, the rendering system that will be described in the (eventually) forthcoming fourth edition of Physically Based Rendering: From Theory to Implementation.
mitsuba-renderer/mitsubaMitsuba is a research-oriented rendering system in the style of PBRT, from which it derives much inspiration.
mitsuba-renderer/mitsuba2Mitsuba 2 is a research-oriented rendering system written in portable C++17.
shiinamiyuki/AkariRenderAkariRender is a highly modular CPU/GPU physically based renderer written in C++17.
AirGuanZ/AtrcOffline rendering lab based on ray tracing.
Mike-Leo-Smith/LuisaRenderHigh-Performance Renderer on GPU.
neverfelly/misaki-renderA modular physically-based photorealistic global illumination renderer.
FaithZL/Paladin
shiinamiyuki/minptSmall yet (almost) complete modern path tracer.
JiayinCao/SORTSimple Open-source Ray Tracer.
g1n0st/AyaRayA Modern C++ Windows-platform physically based renderer developing by Chang Yu.
tunabrain/tungstenHigh performance physically based renderer in C++11.
google/filamentFilament is a real-time physically-based renderer written in C++. It is mobile-first, but also multi-platform.
appleseedhq/appleseedA modern open source rendering engine for animation and visual effects.
jbikker/lighthouse2Lighthouse 2 framework for real-time ray tracing.
harskish/fluctusAn interactive OpenCL wavefront path tracer.

Courses 

Courses
GAMES101: 现代计算机图形学入门<br>(bilibili)GAMES101<br>本课程将全面而系统地介绍现代计算机图形学的四大组成部分:(1)光栅化成像,(2)几何表示,(3)光的传播理论,以及(4)动画与模拟。每个方面都会从基础原理出发讲解到实际应用,并介绍前沿的理论研究。通过本课程,你可以学习到计算机图形学背后的数学和物理知识,并锻炼实际的编程能力。<br>Taught by @Lingqi Yan.
GAMES202: 高质量实时渲染<br/>(bilibili)GAMES202<br/>本课程将全面地介绍现代实时渲染中的关键问题与解决方法。由于实时渲染 (>30 FPS) 对速度要求极高,因此本课程的关注点将是在苛刻的时间限制下,人们如何打破速度与质量之间的权衡,同时保证实时的高速度与照片级的真实感。<br/>Taught by @Lingqi Yan.
Rendering Algorithms (Fall21)Dartmouth<br>This class focuses on advanced 3D graphics techniques for realistic image synthesis. You will learn how light interacts with objects in the real world, and how to translate the underlying math and physics into practical algorithms for rendering photorealistic images.<br>Taught by @Wojciech Jarosz.
Introduction to Computer GraphicsUCSB CS180<br>This course is an introduction to the foundations of three-dimensional computer graphics. Topics covered include 2D and 3D transformations, Rasterization based interactive 3D graphics, shading and reflectance models, texture mapping, geometric modeling using Bézier and B-Spline curves, ray tracing, and animation. There will be an emphasis on both the mathematical and geometric aspects of graphics, as well as the ability to write fully functional 3D graphics programs.<br>Taught by @Lingqi Yan.
Real-Time High Quality RenderingUCSB CS291A<br>In this course, we will review the history and some of the recent ideas that seek to bridge the gap between realism and interactivity. We will focus on the use of complex lighting and shading within limited computation time. Specifically, topics will cover programmable shaders, real-time shadows, interactive global illumination, image-based rendering, precomputed rendering, adaptive sampling and reconstruction, and real-time ray tracing.<br/>Taught by @Lingqi Yan.
Introduction to Offline RenderingUCSB CS190I<br>This course will teach you everything about offline rendering, so you will be able to write a fully functional industry-level renderer (such as Disney's Hyperion and Pixar's RenderMan) that produces stunning graphics. Topics in this course will cover the physics of light, the rendering equation, Monte Carlo integration, path tracing, physically-based reflectance models, participating media, other advanced light transport methods, production rendering approaches, and so on.<br>Taught by @Lingqi Yan.
TU Wien Rendering/Ray Tracing Course<br>(YouTube)TU WIEN Rendering<br>This course aims to give an overview of basic and state-of-the-art methods of rendering. Offline methods such as ray and path tracing, photon mapping and many other algorithms are introduced and various refinement are explained.<br>Taught by @Károly Zsolnai-Fehér.
Computer Graphics (Fall18)Dartmouth<br/>This course provides a broad introduction to the mathematical and programmatic foundations of computer graphics, including modeling, rendering (drawing), and animating three-dimensional scenes.<br/>Taught by @Wojciech Jarosz.
Introduction to Computer Graphics and ImagingStanford CS148<br>This is the introductory prerequisite course in the computer graphics sequence which introduces students to the technical concepts behind creating synthetic computer generated images.
Interactive Computer GraphicsStanford CS248<br/>This course provides a comprehensive introduction to computer graphics, focusing on fundamental concepts and techniques, as well as their cross-cutting relationship to multiple problem domains in interactive graphics (such as rendering, animation, geometry, image processing).
Image Synthesis TechniquesStanford CS348b<br>This course provides a broad overview of the theory and practice of making photo-realistic imagery. Rendering is treated as a problem in modeling and simulating the physics of light and appearance.
Computer GraphicsCMU 15-462/662<br>This course provides a comprehensive introduction to computer graphics. Focuses on fundamental concepts and techniques, and their cross-cutting relationship to multiple problem domains in graphics (rendering, animation, geometry, imaging).
Computer Graphics - AS 19ETH<br>This course covers some of the fundamental concepts of modern computer graphics. The main topics of the course are modeling and rendering. During the course, we will discuss how digital 3D scenes are represented and modeled, and how a realistic image can be generated from a digital representation of a 3D scene.<br>Taught by Computer Graphics Laboratory (CGL).
Physically-based Simulation - AS 19ETH<br>Physically-based simulations are fundamental to many applications of computer graphics, including 3D video games, animated movies and films, or virtual surgery. This course introduces the physical concepts as well as the numerical methods required for simulating deformable objects, fluids, rigid bodies, and other physical systems. The material covered in this lecture ranges from simple mass-spring systems to advanced topics such as finite elements.<br>Taught by Computer Graphics Laboratory (CGL).
COS 426 Computer Graphics (Spring19)Princeton COS 426<br>This course will study topics in computer graphics, covering methods in image processing, modeling, rendering, and animation.
COS 526 Advanced Computer Graphics (Fall16)Princeton COS 526<br>This course will study advanced topics in computer graphics, covering methods in computational photography, geometric modeling, photorealistic rendering, and other topics in computer graphics.
Physically Based Rendering and Material Appearance ModellingDTU 02941<br>This course takes its outset in the appearance of real world materials. The goal is to get as close as possible to replicating the appearance of real materials by computer graphical rendering based on mathematical/physical models.
Interactive 3D Graphics by AutodeskUdacity CS291<br>This class will teach you about the basic principles of 3D computer graphics: meshes, transforms, cameras, materials, lighting, and animation.<br>Taught by @Eric Haines
Computer Graphics and ImagingBerkeley cs184/284a<br>This course provides a broad introduction to the fundamentals of computer graphics. The main areas covered are modeling, rendering, animation and imaging. Topics include 2D and 3D transformations, drawing to raster displays, sampling, texturing, antialiasing, geometric modeling, ray tracing and global illumination, animation, cameras, image processing and computational imaging. There will be an emphasis on mathematical and geometric aspects of graphics, and the ability to write complete 3D graphics programs.
Introduction To Computer GraphicsBrown CS123<br>This course offers an in-depth exploration of fundamental concepts in 2D and 3D computer graphics. It introduces 2D raster graphics techniques, including scan conversion, simple image processing, interaction techniques and user interface design. The bulk of the course is devoted to 3D modeling, geometric transformations, and 3D viewing and rendering. A sequence of assignments culminates in a simple geometric modeler and ray tracer. C++ and the graphics library OGL are used throughout the course, as is shader programming on the GPU, taught from the first lab onwards. The final project is typically a small group project spec'd and implemented by the group using shaders to create special effects.
Introduction To Computer GraphicsCornell CS4620<br>The study of creating manipulating, and using visual images in the computer.

SIGGRAPH Courses

SIGGRAPH Courses
Path tracing in productionThis is the web page for the SIGGRAPH courses on path tracing in production.

Books

Books
Fundamentals of Computer Graphics, 4th EditionDrawing on an impressive roster of experts in the field, Fundamentals of Computer Graphics, Fifth Edition offers an ideal resource for computer course curricula as well as a user-friendly personal or professional reference.
Computer Graphics: Principles and Practice, 3rd Edition<br>(book website)In this book, we explain the principles, as well as the mathematics, underlying computer graphics--knowledge that is essential for successful work both now and in the future. Early chapters show how to create 2D and 3D pictures right away, supporting experimentation. Later chapters, covering a broad range of topics, demonstrate more sophisticated approaches. Sections on current computer graphics practice show how to apply given principles in common situations, such as how to approximate an ideal solution on available hardware, or how to represent a data structure more efficiently. Topics are reinforced by exercises, programming problems, and hands-on projects.
Real-Time Rendering, 4th Edition<br>(book website)This edition discusses current, practical rendering methods used in games and other applications. It also presents a solid theoretical framework and relevant mathematics for the field of interactive computer graphics, all in an approachable style. New to this edition: new chapter on VR and AR as well as expanded coverage of Visual Appearance, Advanced Shading, Global Illumination, and Curves and Curved Surfaces.
Physically Based Rendering: From Theory To Implementation, Third Edition<br>(read for free)Physically Based Rendering describes both the mathematical theory behind a modern photorealistic rendering system as well as its practical implementation. A method known as “literate programming” combines human-readable documentation and source code into a single reference that is specifically designed to aid comprehension. The ideas and software in this book show the reader how to design and employ a full-featured rendering system capable of creating stunning imagery.
Robust Monte Carlo Methods for Light Transport Simulation<br>(thesis website)Eric Veach. PhD Thesis, Stanford University, 1997<br>Nearly 20 years later, this monster thesis is still relevant when it comes to developing rendering algorithms. Introduces Monte Carlo rendering methods, multiple importance sampling, bidirectional path tracing, Metropolis Light Transport
Advanced Global Illumination<br>(authors' site, Google Books sample)This book provides the reader with a fundamental understanding of global illumination algorithms. It discusses a broad class of algorithms for realistic image synthesis and introduces a theoretical basis for the algorithms presented.
《Ray Tracing in One Weekend》series <br>(read for free)Peter Shirley's The Ray Tracing in One Weekend series of books
《Ray Tracing Gems》<br>(book website)This book is a collection of articles focused on ray tracing techniques for serious practitioners. Like other "gems" books, it focuses on subjects commonly considered too advanced for introductory texts, yet rarely addressed by research papers.

Tutorials

Tutorials
Nori 2Nori is a minimalistic ray tracer written in C++. It runs on Windows, Linux, and Mac OS and provides a foundation for the homework assignments in the course Advanced Computer Graphics taught at EPFL.
dartsdarts is a minimalistic skeleton for a Monte Carlo ray tracer, written in C++17. The name is an acronym for The Dartmouth Academic Ray Tracer Skeleton while also being a nod to the random dart-throwing-like process involved in Monte Carlo ray tracing. It runs on recent versions of Windows, Linux, and macOS and provides the foundation for the programming assignments we'll be doing in this class.
The Graphics Codexby Morgan McGuire
Scratchapixel 2.032 lessons, 166 chapters, 450,000 words, C++ source code
Windows渲染引擎入门by MaxwellGeng
Vulkan 渲染器开发实战小师班by SaeruHikari
Learn Vulkan
Vulkan Tutorial
Learn OpenGL<br>(English, Chinese)The aim of LearnOpenGL is to show you all there is to modern OpenGL in an easy-to-understand fashion with clear examples, while also providing a useful reference for later studies.
Joey de Vries OpenGL TutorialsOpenGL
Pixar in a Box: Renderingby Pixar
The Book of Shaders
3d-game-shaders-for-beginners
Daily Pathtracerby Aras Pranckevičius
Tiny renderer or how OpenGL workssoftware rendering in 500 lines of code
Rasterization in One Weekendby Tayfun Kayhan

Articles

Articles
什么是计算机图形学<br>什么是深度学习?<br/>数学在计算机图形学中的应用by 刘利刚
系统的学习计算机图形学,有哪些不同阶段的书籍的推荐?Q&A
现阶段应该怎么学习计算机图形学呢?Q&A
光线追踪与实时渲染的未来by Edward Liu
基于物理着色<br>(1, 2, 3, 4)by Edward Liu
How to Start Learning Computer Graphics Programming<br>(Chinese)by Eric Arnebäck
Finding Your Home in Game Graphics Programmingby Alex Tardif
Bidirectional Path Tracing seriesby Wei-Feng Wayne Huang
BSSRDF Importance Sampling seriesby Wei-Feng Wayne Huang

Blogs

Blogs(Back to TOC)
A Graphics Guy's NoteJiayin Cao's some random notes about computer graphics.
Rendering MemoWei-Feng Wayne Huang, Walt Disney Animation Studio rendering software developer.
Self ShadowWalt Disney Animation Studio rendering software developer. I worked on few film production renderers@self_shadow has been collecting Siggraph courses/papers links for many years: Especially interesting are the Physically Based Shading in Theory and Practice course presentations.
Code & VisualsYining Karl Li, computer graphics senior software engineer at Walt Disney Animation Studios working on Disney's in-house production physically based renderer, Hyperion.
INTERPLAY OF LIGHT"This blog is my scratchpad for graphics techniques I try and experiment with."<br>by @Kostas Anagnostou
Alan Zucconiauthor of the book Unity 2018 Shaders and Effects Cookbook
Linden ReidProcedural geometry & graphics tutorials<br>A game developer at Blizzard
Harold SerranoCreator of the Untold Engine
Behind the PixelsEdward(Shiqiu) Liu, a Senior Real Time Rendering Engineer at NVIDIA<br>
iquilezlesInigo Quilez
JOEY DE VRIESJoey, author of learnopengl.com
Coding Labs
TYLER HOBBS
HUMUS
Icare3D Blog

Resources pages

Resources pages
Real-Time Rendering ResourcesResources for Real-Time Rendering
Ke-Sen Huang's Home PageA collection of CG papers (from SIGGRAPH, Asia, EG, PG, etc.)
Rendering ResourcesThis page offers 32 different 3D scenes that you can use for free in your rendering research, publications and classes.
Graphics Programming weeklyUpdate per week, by @Jendrik Illner
McGuire Computer Graphics ArchiveA collection of models.
Technically Artby @Harry Alisavakis
Open-Source Real-Time Rendering Engines and Libs
GDCVaultGDC Vault is a trove of in-depth design, technical and inspirational talks and slides from the influencers of the game development industry, taken from over 20 years of the worldwide Game Developers Conferences.
Graphics Research Toolsby Nvidia
mattdesl/graphics-resourcesA list of graphic programming resources
Readings on The State of The Art in Renderingby Kostas Anagnostou
Readings on Physically Based Renderingby Kostas Anagnostou
Advances in Real-Time Rendering in 3D Graphics and Gamesthe well-established series of SIGGRAPH courses<br>covering late-breaking work and advances in real-time computer graphics
terkelg/awesome-creative-codingCreative Coding: Generative Art, Data visualization, Interaction Design, Resources
eug/awesome-openglA curated list of awesome OpenGL libraries, debuggers and resources
vinjn/awesome-vulkanA curated list of awesome Vulkan libraries, debuggers and resources. Inspired by awesome-opengl and other awesome-... stuff.
ericjang/awesome-graphicsThis is a curated list of computer graphics tutorials and resources.
Real-time Rendering Blogs

Researchers

Researchers
Benedikt BitterliA PhD at Dartmouth College.
Kun Xu (徐昆)Associate professor at Graphics and Geometric Computing Group, Tsinghua University.
Lingqi Yan (闫令琪)Assistant Professor at UC Santa Barbara.
Ligang Liu (刘利刚)A Professor at Graphics & Geometric Computing Laboratory (GCL), school of mathematical sciences USTC.
Matt PharrA research scientist at NVIDIA Research.
Morgan McGuireA Professor of Computer Science at Williams College.
Pradeep SenA Professor at UC Santa Barbara.
Ravi RamamoorthiProfessor at UC San Diego.
Thomas MüllerA senior research scientist at NVIDIA Zürich.
Toshiya HachisukaAn Associate Professor at The University of Tokyo.
Wenzel JakobAn assistant professor leading the Realistic Graphics Lab at EPFL's School of Computer and Communication Sciences.
Wojciech JaroszAn Assistant Professor at Dartmouth College.

Labs

Labs
Graphics & Geometric Computing Groupat Tsinghua Univ.
UCSB MIRAGE Labat UCSB
Visual Computing Labat Dartmouth
Utah Graphics Labat Utah
Realistic Graphics Labat EPFL
Computer Graphics Labat ETH Zürich
Graphics Labat Stanford
Cornell Graphics and Vision Groupat Cornell
Princeton ImageX Labsat Princeton
Carnegie Mellon Graphics Labat CMU
MIT Computer Graphics Groupat MIT
Center for Visual Computingat UCSD

Video Channels

Video Channels
ACMSIGGRAPH
The ChernoC++,<br/>Game Engine,<br/>...
ChiliTomatoNoodleDirectX & C++ Game Programming,<br>3D Programming Fundamentals,<br>...
MIT OpenCourseWare

Open-source Projects

Projects
Intel® EmbreeIntel® Embree is a collection of high-performance ray tracing kernels, developed at Intel.
The Mesa 3D Graphics LibraryThe Mesa project began as an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics.
The Advanced Rendering ToolkitART is a command-line system for physically based image synthesis.
TAICHITAICHI: Open-source computer graphics library
Intel® EmbreeIntel® Embree is a collection of high-performance ray tracing kernels, developed at Intel
MERL BRDF DatabaseThe MERL BRDF database contains reflectance functions of 100 different materials
yocto-glTiny C++ Libraries for Data-Driven Physically-based Graphics
id-Softwareid-Software公司的所有游戏的开源代码
WebGL Fluid Simulation
Scotty3D3D graphics software for mesh editing, path tracing, and animation

Websites

Websites
Shadertoy
CSRankings: Computer Science Rankings

Essential Mathematics

Essential Mathematics
Probability Theory for Physically Based Rendering Part 1, Part 2by Jacco Bikker.
Immersive linear Algebra