Pinned Repositories
3d-tiles
Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:
500LineorLess_CN
500 line or less 中文翻译计划。
500lines
500 Lines or Less
ACVD
a programm to perform fast simplification of 3D surface meshes
Adept-2
Combined array and automatic differentiation library in C++
admm-elastic
ADMM ⊇ Projective Dynamics: Fast Simulation of Hyperelastic Models with Dynamic Constraints
admm-elastic-sca
ADMM ⊇ Projective Dynamics: Fast Simulation of General Constitutive Models
assimp
Official Open Asset Import Library Repository. Loads 40+ 3D file formats into one unified and clean data structure.
Automatic-Unpaired-Shape-Deformation-Transfer
SIGGRAPH ASIA 2018
project-based-learning
Curated list of project-based tutorials
happyerik's Repositories
happyerik/project-based-learning
Curated list of project-based tutorials
happyerik/Automatic-Unpaired-Shape-Deformation-Transfer
SIGGRAPH ASIA 2018
happyerik/Box2D
Box2D is a 2D physics engine for games
happyerik/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
happyerik/ffd
Static Bezier Function Generator (C++17) for Free Form Deformations (FFD).
happyerik/fluids3
fluids v.3
happyerik/flutter
Flutter makes it easy and fast to build beautiful mobile apps.
happyerik/happyerik
Config files for my GitHub profile.
happyerik/happyerik.github.io
my life
happyerik/layaair
LayaAir is an open-source HTML5 engine.It provides Canvas and WebGl for rendering, if Webgl is not supported, it switch automatically into Canvas mode. LayaAir Engine is designed for high performance games and support ActionScript 3.0, TypeScript, JavaScript programming language. Develop once, publish for 3 target platform (flash, HTML5, mobile)
happyerik/MeasuredMaterialLibraryURP
happyerik/mesh_to_sdf
Calculate signed distance fields for arbitrary meshes
happyerik/MikuTools
一个轻量的工具集合
happyerik/mongoose
Mongoose Embedded Web Server Library - Mongoose is more than an embedded webserver. It is a multi-protocol embedded networking library with functions including TCP, HTTP client and server, WebSocket client and server, MQTT client and broker and much more.
happyerik/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
happyerik/oss-browser
OSS Browser 提供类似windows资源管理器功能。用户可以很方便的浏览文件,上传下载文件,支持断点续传等。
happyerik/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
happyerik/Realtime_Multi-Person_Pose_Estimation
Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
happyerik/recommended-books
计算机经典书籍推荐 部分书籍提供PDF下载
happyerik/reshade
A generic post-processing injector for games and video software.
happyerik/samples
WebRTC Web demos and samples
happyerik/spdlog
Fast C++ logging library.
happyerik/spectra
A header-only C++ library for large scale eigenvalue problems
happyerik/SPlisHSPlasH
SPlisHSPlasH is an open-source library for the physically-based simulation of fluids.
happyerik/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
happyerik/tensorflow
An Open Source Machine Learning Framework for Everyone
happyerik/Terminal
The new Windows Terminal, and the original Windows console host -- all in the same place!
happyerik/trimesh
Python library for loading and using triangular meshes.
happyerik/vcpkg
C++ Library Manager for Windows, Linux, and MacOS
happyerik/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.