GitHub topics: computer-graphics
BingyaoHuang/CompenNeSt-plusplus
[PAMI] End-to-end Full Projector Compensation
Language: Python - Size: 22.1 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 17 - Forks: 4

deivse/3dgs_monocular_depth_init
Implementation of 3DGS initialization from monocular depth predictions.
Language: Python - Size: 52.2 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

yoreei/GameJamEngine2-5D
C++ Game Engine utilizing 2D-ray-casting and mode7 graphics to deliver an illusion of a 3D world. Uses Direct2D, DirectXMath, Windows Imaging Component (WIC). Inspired by Wolfenstein3D, Doom & Mario Kart.
Language: C++ - Size: 58.3 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

hanoys/molecules-renderer
Language: C++ - Size: 1.57 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

luisdnsantos/awesome-computer-graphics
:small_red_triangle::sunglasses: A curated list of awesome stuff to learn computer graphics
Size: 8.79 MB - Last synced at: 13 days ago - Pushed at: almost 4 years ago - Stars: 880 - Forks: 67

kwan3854/CEB_ECON 📦
AI based all-in-one character generator Blender plug-in. This project contains unofficial updates for the CEB_ECON Blender add-on.
Language: Python - Size: 59.8 MB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 91 - Forks: 4

weihaox/awesome-neural-rendering
Resources of Neural Rendering
Size: 1.21 MB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 2,326 - Forks: 219

rust-windowing/gl-rs
An OpenGL function pointer loader for Rust
Language: Rust - Size: 2.5 MB - Last synced at: about 7 hours ago - Pushed at: over 1 year ago - Stars: 707 - Forks: 120

Warma10032/Computer-Graphics
OpenGL学习记录,实现一个具有天空盒和场景漫游,带纹理和光照的3D场景(东南大学计算机图形学课程实验)
Language: C++ - Size: 25.1 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

EricLee0224/awesome-nerf-editing
🧙🏻♂️A list of papers curated for you to dive into the Awesome Radiance Field-based 3D Editing.
Size: 820 KB - Last synced at: 8 days ago - Pushed at: 26 days ago - Stars: 476 - Forks: 17

PFCCLab/Open3D
Open3D: A Modern Library for 3D Data Processing
Language: C++ - Size: 148 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 5 - Forks: 3

megvii-research/IJCAI2023-CoNR
IJCAI2023 - Collaborative Neural Rendering using Anime Character Sheets
Language: Jupyter Notebook - Size: 9.72 MB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 806 - Forks: 69

ModelingL/Lumion2025
Download Lumion Pro Full Version For Free PC
Size: 0 Bytes - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

ModelingL/LumionFree
Download Lumion Pro Full Version For Free PC
Size: 0 Bytes - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

soubhiksanyal/FLAME_PyTorch
This is a implementation of the 3D FLAME model in PyTorch
Language: Python - Size: 1.96 MB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 735 - Forks: 97

Hugo-Dz/raymarching-webgpu
Ray marching with Svelte 5 & WebGPU
Language: TypeScript - Size: 1.62 MB - Last synced at: about 5 hours ago - Pushed at: 7 months ago - Stars: 40 - Forks: 1

chuigda/Vulkan-Tutorial-Rust-CN
Rust 版 Vulkan 教程的中文翻译,基于 vulkanalia
Language: Rust - Size: 14.8 MB - Last synced at: 3 days ago - Pushed at: 10 months ago - Stars: 138 - Forks: 9

3DGS-FLoD/flod
Original implementation of "FLoD: Integrating Flexible Level of Detail into 3D Gaussian Splatting for Customizable Rendering"
Language: C++ - Size: 10.8 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

pxl-th/Trace.jl
Physically-based ray tracing on CPU
Language: Julia - Size: 9.14 MB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 29 - Forks: 5

web-cipher-007/Computer-Graphics-Labworks
A collection of computer graphics lab programs implementing fundamental algorithms like DDA, Bresenham’s, BLA, etc. in C/C++.
Language: C - Size: 15.6 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

aryaman-gupta/LiV-renderer
Distributed volume rendering engine based on the scenery rendering framework
Language: Kotlin - Size: 176 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

nimgl/nimgl
NimGL is a Nim library that offers bindings for popular libraries used in computer graphics
Language: Nim - Size: 5.69 MB - Last synced at: 6 days ago - Pushed at: 12 months ago - Stars: 380 - Forks: 25

ElBozoII/PC-Retailer-List
A bunch of PC Component retailers, all conveniently in one page! Originally compiled by ElBozoII and reorganized (very) neatly by Drakefy.
Language: HTML - Size: 340 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 3 - Forks: 2

NJU-TJL/CG_Painter
【计算机图形学 - 绘图系统】核心算法模块,完成了直线生成(DDA算法、Bresenham算法),多边形生成,椭圆生成(中点椭圆算法),曲线生成(Bezier和B-spline),图元平移、旋转、缩放,线段剪裁(Cohen-Sutherland算法、Liang-Barsky算法)的实现。GUI程序实现了较为友好的用户交互UI,可以较为方便地画直线、多边形、椭圆、曲线,且可以保存画布、设定颜色、对所有类型的图元进行平移、旋转、缩放、删除。
Language: C++ - Size: 2.94 MB - Last synced at: 9 days ago - Pushed at: over 5 years ago - Stars: 82 - Forks: 13

seba-heck/iDART
Course group project aims to integrate VolumetricSMPL into DartControl.
Language: Python - Size: 626 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

repalash/Open-Shaders
Collection of many open source shaders(GLSL, HLSL, CG) in popular open source game development and rendering engines and public repositories.
Language: HLSL - Size: 5.26 MB - Last synced at: about 3 hours ago - Pushed at: over 2 years ago - Stars: 135 - Forks: 15

aalavandhaann/go-icp_cython
Go-ICP for globally optimal 3D pointset registration
Language: C++ - Size: 1.82 MB - Last synced at: 10 days ago - Pushed at: about 3 years ago - Stars: 132 - Forks: 16

danishayman/3D-Sierpinski-Gasket
This project is an interactive WebGL application that renders a 3D Sierpinski Gasket. It allows users to customize the gasket's appearance and animation through various controls.
Language: JavaScript - Size: 305 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

FrancoYudica/DistributedFractals
MPI Fractal renderer
Language: C++ - Size: 79.5 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

arf3lix/wgpucraft
minecraft clone attempt made with rust and wgpu
Language: Rust - Size: 8.06 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 6 - Forks: 0

wai3aa1sam/rendersi1
rendersi1 is a personal renderer for demo purpose, easy to use and maintain.
Language: C++ - Size: 148 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

NourEldeenM/2d-drawing-program
2d drawing program with various shapes and algorithms to draw
Language: C++ - Size: 33.1 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

ghostwriternr/lowpolify
Create low-poly art from any image :star2::star2:
Language: Python - Size: 22.5 MB - Last synced at: about 10 hours ago - Pushed at: almost 4 years ago - Stars: 176 - Forks: 15

phys-sim-book/mdbook-src
The mdbook source of a free online book on the theory and algorithms of physics-based simulations. You are welcome to make contributions by submitting pull requests or directly contacting the authors.
Language: TeX - Size: 15.1 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 123 - Forks: 11

n0lavar/qxLib
A few useful things for developing your own game engine
Language: C++ - Size: 10.2 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 6 - Forks: 0

Deirror/CG-DeV
[WinForm] A collection of tutorial CG projects
Language: C++ - Size: 8.13 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 3 - Forks: 0

AnonXarkA/COMPUTER-GRAPHICS-CSE423-BRACU
Language: Python - Size: 722 KB - Last synced at: 4 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

cf1048596/raytracerv2
RayTracerV2 is a real-time raytracer in Rust, inspired by Ray Tracing in One Weekend. It uses SDL2 to render realistic images with ray tracing techniques.
Language: Rust - Size: 64.5 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

NVlabs/queen
Official PyTorch implementation of QUEEN: QUantized Efficient ENcoding of Dynamic Gaussians for Streaming Free-viewpoint Videos (NeurIPS 2024)
Language: C++ - Size: 5.59 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

Graphics-Programming-Virtual-Meetup/resources
Graphics Programming Resources List
Size: 362 KB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 243 - Forks: 14

weihaox/awesome-image-translation
Collection of awesome resources on image-to-image translation.
Size: 1.08 MB - Last synced at: 12 days ago - Pushed at: 8 months ago - Stars: 1,220 - Forks: 124

wargrey/graphics
Essential computer graphics
Language: Racket - Size: 4.7 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 9 - Forks: 4

ShenMian/graphics 📦
A simple abstraction layer for the modern graphics APIs.
Language: C++ - Size: 12.6 MB - Last synced at: 1 day ago - Pushed at: about 2 years ago - Stars: 19 - Forks: 2

tomiwaAdey/awesome-gaussian-splatting
A curated list of resources on Gaussian Splatting techniques, featuring seminal papers, cutting-edge research, practical implementations, and community discussions. Ideal for both beginners and experts.
Size: 38.1 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 161 - Forks: 5

AcademySoftwareFoundation/OpenShadingLanguage
Advanced shading language for production GI renderers
Language: C++ - Size: 216 MB - Last synced at: 18 days ago - Pushed at: 20 days ago - Stars: 2,179 - Forks: 382

taichi-dev/taichi-nerfs
Implementations of NeRF variants based on Taichi + PyTorch
Language: Python - Size: 150 MB - Last synced at: 15 days ago - Pushed at: about 1 year ago - Stars: 791 - Forks: 52

junyanz/CatPapers
Cool vision, learning, and graphics papers on Cats!
Language: Python - Size: 13.2 MB - Last synced at: 6 days ago - Pushed at: 7 months ago - Stars: 1,130 - Forks: 90

Rabbid76/graphics-snippets
Shading techniques and GLSL snippets
Language: C++ - Size: 35.1 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 222 - Forks: 18

nmoehring/VknConfig
VknConfig: A C++ library that abstracts away much of the boilerplate involved in Vulkan setup, providing a higher-level interface for configuring and managing Vulkan objects.
Language: C++ - Size: 1.12 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

shoebot/shoebot
Easy vector graphics with Python
Language: Python - Size: 22 MB - Last synced at: 17 days ago - Pushed at: 9 months ago - Stars: 130 - Forks: 24

martbojinov/WebGL-Graphics-Project
A web-hosted progression of building my own graphics engine and a final test project to see how public graphics libraries work.
Language: JavaScript - Size: 21.2 MB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

KTStephano/StratusGFX
Realtime 3D rendering engine
Language: C++ - Size: 314 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 747 - Forks: 39

julcst/gltemplate
OpenGL framework with GLFW, Glad, GLM, ImGui
Language: C++ - Size: 25.5 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 3

zfergus/seam-erasure
Seamlessly erase seams from your favorite 3D models.
Language: Python - Size: 187 MB - Last synced at: 15 days ago - Pushed at: 8 months ago - Stars: 123 - Forks: 19

ssloy/tinyrenderer
A brief computer graphics / rendering course
Language: C++ - Size: 61.1 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 21,969 - Forks: 2,085

dogrego/city-builder
A city builder with procedural terrain generation, real-time OpenGL rendering, and ImGui-based interactive editing tools
Language: C++ - Size: 9.6 MB - Last synced at: 4 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 1

Zhytou/SimplePathTracer
A simple c++ realistic rendering engine using Monte Carlo Path Tracing
Language: C++ - Size: 47.2 MB - Last synced at: 22 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

david-cattermole/animCurveMatch-maya
Match sparse to dense animCurves in Autodesk Maya
Language: C++ - Size: 29.3 KB - Last synced at: 6 days ago - Pushed at: almost 8 years ago - Stars: 27 - Forks: 7

AcademySoftwareFoundation/OpenPBR
Specification and reference implementation for the OpenPBR Surface shading model
Language: CSS - Size: 51.4 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 575 - Forks: 26

eliphatfs/calibur
Conversion between different conventions of camera matrices and transform matrices.
Language: Python - Size: 429 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 101 - Forks: 2

abc123desygn/magnetron-diffusers Fork of huggingface/diffusers
✭ MAGNETRON ™ ✭: 🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
Language: Python - Size: 13.2 MB - Last synced at: 22 minutes ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

jaseg/gerbolyze
Directly render SVG overlays into Gerber and Excellon files
Language: C++ - Size: 20.5 MB - Last synced at: about 4 hours ago - Pushed at: 5 months ago - Stars: 370 - Forks: 34

mikeroyal/Game-Development-Guide
A guide for getting started in game developemnt showcasing the best Game Engines, Software, and Libraries for building Games and Open world Simulators.
Language: C++ - Size: 102 KB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 59 - Forks: 8

matajoh/fourier_feature_nets
Supplemental learning materials for "Fourier Feature Networks and Neural Volume Rendering"
Language: Python - Size: 6.16 MB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 179 - Forks: 25

wh1t3lord/kotek
Framework for building your game engine or any application. OpenGL ES & Vulkan with C++20.
Language: C++ - Size: 5.45 MB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 13 - Forks: 7

wojciech-graj/TermGL
2D & 3D graphics engine in the terminal [C/C++]
Language: C - Size: 13.8 MB - Last synced at: 24 days ago - Pushed at: 7 months ago - Stars: 335 - Forks: 9

zishun/awesome-geometry-processing
Size: 68.4 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 154 - Forks: 24

DL3DV-10K/Dataset
News: the 10k dataset is ready for download.
Language: HTML - Size: 119 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 429 - Forks: 10

Septemus/swjtu-computergraphics-exp4
2025年西南交通大学计算机图形学实验4
Language: C++ - Size: 1020 KB - Last synced at: 17 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

pranavkantgaur/training_materials
This projects hosts notebooks I have used over the years for discussing curves and surfaces in computer graphics and programming languages.
Language: Jupyter Notebook - Size: 4.66 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

Septemus/swjtu-computergraphics-exp3
2025年西南交通大学计算机图形学实验3
Language: C++ - Size: 536 KB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

JuliaNeuralGraphics/GaussianSplatting.jl
Gaussian Splatting in pure Julia
Language: Julia - Size: 39.1 MB - Last synced at: 25 days ago - Pushed at: 26 days ago - Stars: 45 - Forks: 2

vfxpro99/usd-resources
A curated list of USD projects and resources
Size: 72.3 KB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 457 - Forks: 41

adit-prawira/cloth
Particles simulation that form a grid of boxes acting like a cloth. Applying a physical behaviour such as simulating to drag the cloth and tear it appart. The project is written in C++ with SFML
Language: C++ - Size: 33.2 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

stevinz/awesome-game-engine-dev
Awesome list of resources for Game Engine Development.
Size: 1.06 MB - Last synced at: 26 days ago - Pushed at: 27 days ago - Stars: 1,090 - Forks: 80

BachiLi/redner
Differentiable rendering without approximation.
Language: NASL - Size: 44.3 MB - Last synced at: 23 days ago - Pushed at: almost 3 years ago - Stars: 1,414 - Forks: 141

AEspinosaDev/Vulkan-Engine
C++ Vulkan based easy to use 3D Library
Language: C++ - Size: 417 MB - Last synced at: 25 days ago - Pushed at: 26 days ago - Stars: 15 - Forks: 2

HanSoloCh/BMSTU_CW_CG
Курсовая работа по курсу "компьютерная графика"
Language: TeX - Size: 150 MB - Last synced at: 22 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

kuzand/Computer-Vision-Video-Lectures
A curated list of free, high-quality, university-level courses with video lectures related to the field of Computer Vision.
Size: 520 KB - Last synced at: 9 days ago - Pushed at: about 4 years ago - Stars: 399 - Forks: 82

getvmio/free-computer-graphics-resources
Computer Graphics Free Resources | This repo collects 25 of free resources for Computer Graphics. 🎨 Bring your visual ideas to life with our Computer Graphics Studio! This repository offers a comprehensive collection of free resources on 2D and 3D graphics programming. With courses and an online ...
Size: 11.7 KB - Last synced at: 10 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

mwtarnowski/graphics-and-vision-well-explained
A list of high-quality Computer Graphics & Computer Vision learning resources.
Size: 12.7 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 0

DDreher/AwesomeMLForDigitalMedia
A curated list of awesome machine learning resources in the context of digital media and (interactive) computer graphics.
Size: 50.8 KB - Last synced at: 12 days ago - Pushed at: almost 3 years ago - Stars: 28 - Forks: 3

mohanad-80/Computer_Graphics_course
This repository contains the implementation of various drawing algorithms covered in the Computer Graphics course at Cairo University.
Language: C - Size: 150 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

taesungp/contrastive-unpaired-translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Language: Python - Size: 17.5 MB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 2,348 - Forks: 427

j3soon/omni-3dgs-streaming
3D Gaussian Splatting (3DGS) streaming example for Omniverse
Language: Python - Size: 6.09 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 0

ScanNet/ScanNet
Language: C - Size: 8 MB - Last synced at: 28 days ago - Pushed at: about 1 year ago - Stars: 1,994 - Forks: 356

xelatihy/yocto-gl
Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
Language: C++ - Size: 298 MB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 2,867 - Forks: 208

TianZerL/ACNetGLSL
ACNet (Anime4KCPP Net) re-implemented in GLSL for real-time anime upscaling
Language: GLSL - Size: 222 KB - Last synced at: 23 days ago - Pushed at: about 4 years ago - Stars: 139 - Forks: 6

Assem-ElQersh/Particle-Collision-Simulation
A simple physics engine built using C and Raylib to simulate the movement and collision of particles under gravity. The simulation evolves through multiple versions, incorporating friction, variable particle sizes, and alpha blending for enhanced realism.
Language: C - Size: 11.7 KB - Last synced at: 3 days ago - Pushed at: 30 days ago - Stars: 0 - Forks: 0

timmh/neural-supersampling
Unofficial re-implementation of a neural supersampling model for real-time rendering
Language: Python - Size: 29.3 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 7

spamegg1/reviews
Reviewing some online CS courses I took
Language: JavaScript - Size: 1.39 GB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 320 - Forks: 18

ranimeshehata/Solar_System_Raytracing Fork of nouranKhalil/Solar_System_Raytracing
This course project involves building a ray tracer that simulates and renders the Solar System with high physical realism. The system uses camera parameters and simulation time to dynamically place celestial objects and generate images. It incorporates textures, lighting models, skyboxes, and visual effects to create a lifelike representation.
Language: Python - Size: 7.86 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

tsengyushiang/notes
Language: HTML - Size: 52.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
Language: Python - Size: 8.01 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 24,042 - Forks: 6,451

BoyBaykiller/IDKEngine
OpenGL Toy-"Engine" with Wavefront Path Tracer and Rasterizer with Voxel Cone Tracing/Global Illumination
Language: C# - Size: 139 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 286 - Forks: 19

ninad-moree/SE-Sem-3
This repository contains a collection of all the second-year lab work (SEM-3) for the Computer branch at (SPPU).
Language: C++ - Size: 8.16 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

PeizhuoLi/ganimator
A motion generation model learned from a single example [SIGGRAPH 2022]
Language: Python - Size: 3.07 MB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 402 - Forks: 45

auto-differentiation/xad
Powerful automatic differentiation in C++ and Python
Language: C++ - Size: 1.18 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 373 - Forks: 45

ssloy/tinyraytracer
A brief computer graphics / rendering course
Language: C++ - Size: 151 MB - Last synced at: 29 days ago - Pushed at: almost 2 years ago - Stars: 5,171 - Forks: 338

liminchen/OptCuts
OptCuts, a new parameterization algorithm, jointly optimizes arbitrary embeddings for seam quality and distortion. OptCuts requires no parameter tuning; automatically generating mappings that minimize seam-lengths while satisfying user-requested distortion bounds.
Language: C++ - Size: 169 MB - Last synced at: 17 days ago - Pushed at: about 1 year ago - Stars: 302 - Forks: 48
