Pinned Repositories
apollo
An open autonomous driving platform
AR_100Days
blender-bullet-export
Blender add-on which provides Bullet physics data export feature
cobra
software rasterizer in one file
Computer_Graphics
华中科技大学《计算机图形学》MOOC课程实验 ——万琳老师
cs410-opencv-detection-tracking
OpenCV 3.1 Detection and Tracking of Vehicles(cars) and Pedestrians (Not complete).
dive-into-leaflet
leaflet源码剖析,介绍leaflet实现原理和webgis基础知识,并对具体代码进行剖析
Leaflet.label
Leaflet.label is plugin for adding labels to markers & shapes on leaflet powered maps.
maptalks.TextPath
TextPath plugin for maptalks
maptalks.trendArrow
maptalks trendArrow support
JudeHu's Repositories
JudeHu/maptalks.trendArrow
maptalks trendArrow support
JudeHu/maptalks.TextPath
TextPath plugin for maptalks
JudeHu/dive-into-leaflet
leaflet源码剖析,介绍leaflet实现原理和webgis基础知识,并对具体代码进行剖析
JudeHu/apollo
An open autonomous driving platform
JudeHu/AR_100Days
JudeHu/cobra
software rasterizer in one file
JudeHu/Computer_Graphics
华中科技大学《计算机图形学》MOOC课程实验 ——万琳老师
JudeHu/DeepFaceLab
DeepFaceLab is the leading software for creating deepfakes.
JudeHu/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
JudeHu/GLSL-Card
着色器语言 GLSL (opengl-shader-language)入门大全
JudeHu/godot
Godot Engine – Multi-platform 2D and 3D game engine
JudeHu/google-interview-university
A complete daily plan for studying to become a Google software engineer.
JudeHu/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
JudeHu/Interview-Notebook
:books: 技术面试需要掌握的基础知识整理,欢迎编辑~
JudeHu/judehu.github.io
JudeHu's blog
JudeHu/LearnOpenGL-CN
http://learnopengl.com 系列教程的简体中文翻译
JudeHu/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
JudeHu/lianjia-beike-spider
链家网和贝壳网房价爬虫,采集北京上海广州深圳等21个**主要城市的房价数据(小区,二手房,出租房,新房),稳定可靠快速!支持csv,MySQL, MongoDB,Excel, json存储,支持Python2和3,图表展示数据,注释丰富 🚁,点星支持
JudeHu/maptalks.hash
Add URL hashes to web pages with maptalks
JudeHu/Real-Time-Rendering-3rd-CN-Summary-Ebook
:blue_book: 电子书 -《Real-Time Rendering 3rd》提炼总结 | 全书共9万7千余字。你可以把它看做中文通俗版的《Real-Time Rendering 3rd》,也可以把它看做《Real-Time Rendering 3rd》的解读版与配套学习伴侣。
JudeHu/render-py
A software 3D renderer written in Python. (Purely educational)
JudeHu/renderer
A shader-based software renderer written from scratch in C89
JudeHu/RenderHelp
:zap: 可编程渲染管线实现,帮助初学者学习渲染
JudeHu/RtkGps
Playing with rtklib on android
JudeHu/rustdesk
Yet another remote desktop software
JudeHu/sdf_atlas
SDF font atlas generation tool
JudeHu/ThreadPool
A simple C++11 Thread Pool implementation
JudeHu/tinyrenderer
A brief computer graphics / rendering course
JudeHu/trinity
android video record editor muxer sdk
JudeHu/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.