Warren-swr
Focusing on Computer Graphics and Human-Computer Interaction
VCC Shenzhen UniversityShen Zhen
Warren-swr's Stars
LearnOpenGL-CN/LearnOpenGL-CN
http://learnopengl.com 系列教程的简体中文翻译
google/filament
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
ekzhang/graphics-workshop
Learn computer graphics by writing GPU shaders!
ZeusYang/fun-with-graphics
这里整理了图形学相关的高校课程、书籍、教程、文章、博客、资源、开源项目。
hustcc/JS-Sorting-Algorithm
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。
PaddlePaddle/PaddleGAN
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.
iCSToCS/CSBook
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
douysu/graphics-algorithm
3D图形学算法Code。包括软渲染、光线追踪、PBR等等~
akira-cn/ICG-WebGL
交互式计算机图形学——基于WebGL的自顶向下方法(第七版)的例子与练习题
openglredbook/examples
Examples for the OpenGL Red Book
RainbowRoad1/Cgame
一些用C编写的小游戏, 14行贪吃蛇 22行2048 22行俄罗斯方块 25行扫雷...以及各种小玩意
walter201230/Python
最良心的 Python 教程:
TheAlgorithms/Python
All Algorithms implemented in Python
yuki-koyama/sequential-gallery
Sequential Gallery for Interactive Visual Design Optimization [SIGGRAPH 2020]
taichi-dev/taichi
Productive, portable, and performant GPU programming in Python.
vo01github/ComputerGraphics
计算机图形学-学习笔记
michaelliao/awesome-python-webapp
小白的Python入门教程实战篇:网站+iOS App源码
obihann/archey-osx
An archey script clone for OS X
DeathKing/Learning-SICP
MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
jobbole/awesome-python-cn
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。
netwarm007/GameEngineFromScratch
配合我的知乎专栏写的项目
AngelMonica126/GraphicAlgorithm
:octopus: :octopus:图形学论文实现
xingshaocheng/architect-awesome
后端架构师技术图谱
justjavac/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
jackfrued/Python-100-Days
Python - 100天从新手到大师
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
SFUMECJF/cmake-examples-Chinese
快速入门CMake,通过例程学习语法。在线阅读地址:https://sfumecjf.github.io/cmake-examples-Chinese/
skywind3000/RenderHelp
:zap: 可编程渲染管线实现,帮助初学者学习渲染
EmyWong/PersonalUITech
个人学习的一些技术Demo
mayerui/sudoku
C++实现的跨平台数独游戏,命令行操作易上手,可以在开发间隙用来放松身心。数百行代码,初学者也可以轻松掌握。