TheNumbat / Lists
Bookmarks in graphics, algorithms, low level programming, math, languages
☆262Updated 2 months ago
Alternatives and similar repositories for Lists:
Users that are interested in Lists are comparing it to the libraries listed below
- Graphics Programming Resources List☆237Updated 6 months ago
- Ray tracing on GPU systems☆191Updated 2 weeks ago
- Building a simple raytracer: step-by-step from scratch; zero dependencies; 100% pure C++☆69Updated 4 years ago
- Code accompanying the blog post on bvh construction.☆409Updated 5 months ago
- Supplanting matrices with PGA in a forward 3D renderer.☆200Updated 8 months ago
- Physically based path tracer made in Vulkan.☆150Updated last month
- Contains resources curated by the GraphicsProgramming discord. This includes articles, tutorials, and more.☆158Updated 4 months ago
- Simple rigid-body physics simulator powered by XPBD.☆151Updated last year
- Base code for 15-462/662: Computer Graphics at Carnegie Mellon University☆486Updated 2 months ago
- A software raytracing engine written in WebGPU☆324Updated last month
- Meeting notes of the Graphics Programming Virtual Meetup☆79Updated 3 months ago
- By a programmer for programmers☆207Updated last year
- A simple software rasterizer running on a WebGPU compute shader. Built for educational purposes.☆251Updated 2 years ago
- revisiting a known normal transformation in computer graphics☆314Updated 5 years ago
- A curated list of awesome stuff to learn computer graphics☆851Updated 3 years ago
- LightweightVK is a deeply refactored bindless-only fork of https://github.com/facebook/igl. It provides a lean cross-platform graphics AP…☆249Updated this week
- Code sample accompanying the article "Crash Course in BRDF Implementation"☆330Updated last year
- Collection of resources (papers, links, discussions, shadertoys,...) related to Signed Distance Field☆688Updated 9 months ago
- Single-header BVH construction and traversal library.☆814Updated this week
- Elias Daler's Bikeshed Renderer (Vulkan renderer/game engine)☆484Updated 3 months ago
- 3D-Graphics-Rendering-Cookbook, Second Edition☆321Updated 2 weeks ago
- Embeddable physically based renderer☆362Updated last week
- Unbiased & physically-based GPU HIPRT (C++/HIP) interactive path tracing renderer☆183Updated this week
- Collection of C-language examples that demonstrate basic rendering and computation in WebGPU native.☆430Updated this week
- My very first ray tracer implementation.☆126Updated 5 years ago
- A tiny renderer for custom-shaped volumetric clouds.☆49Updated 6 months ago
- A subatomic path tracer.☆21Updated 2 years ago
- GPU Raytracer from scratch in C++/CUDA☆878Updated 2 years ago
- A minimal, self-contained example demonstrating best practices for Vulkan development in a single file—no frameworks required.