# CrashNote **Repository Path**: tlzhou0731/CrashNote ## Basic Information - **Project Name**: CrashNote - **Description**: A Note for Computer Graphics - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 图形学方面的笔记 为了某些数学公式或记号的使用,本文使用 [Typora](https://www.typora.io/) 编写,同样建议使用它来阅读 理论知识: 1. [快速理解线性代数](https://github.com/CatOnly/CrashNote/tree/master/LinearAlgebra) 2. [数字图像处理](https://github.com/CatOnly/CrashNote/tree/master/DigitalImageProcessing) 3. [OpenGL笔记](https://github.com/CatOnly/CrashNote/tree/master/OpenGL) 代码实现: 1. [GMath](https://github.com/CatOnly/GMath): 渲染相关的线性代数、欧拉角、四元数等实现 2. [DrawEasy3D](https://github.com/CatOnly/DrawEasy3D): 使用 *GMath*、OpenGL 绘制 3D 场景,用数字图像处理相关图片的试例项目 ⚓️ Keep Reading , Keep Writing , Keep Coding.