Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
chuigda committed Jul 28, 2023
1 parent fa3021e commit 450a8c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion markdown/10mins-computer-graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
!!meta-define:tags:图形学,软件渲染器,Julia
!!meta-define:brief:七通设计算机图形学与 Vk 入门专用教材,你还在等什么,<del>赶紧拨打热线电话订购吧!</del>

计算机图形学,从应用的角度上来说,其实是一种非常简单的技术。不幸的是,现有的教程通常会在一开始拘泥于一些数学上的问题,或者执着于一些数学上的细节。本教程尝试通过另一种方式,借由一个基本软件渲染器的实现,概览整个渲染管线,来介绍计算机图形学的基本概念。
计算机图形学,从应用的角度上来说,其实是一种非常简单的技术。不幸的是,现有的教程通常会在一开始拘泥于一些数学上的问题,或者执着于一些实现上的细节。本教程尝试通过另一种方式,借由一个基本软件渲染器的实现,概览整个渲染管线,来介绍计算机图形学的基本概念。

本文代码均使用 Julia 实现,在 [这里](https://github.com/chuigda/softpipe]) 也有使用 Python 和 MATLAB 实现的代码,可供参考。

## 计算机图形学

Expand Down

0 comments on commit 450a8c1

Please sign in to comment.