Just a list of references for 3D programming
☆107Jul 5, 2021Updated 4 years ago
Alternatives and similar repositories for 3d_programming_references
Users that are interested in 3d_programming_references are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A JS generator function that returns a list of vertices describing an isosuface given a density and level.☆36Oct 11, 2017Updated 8 years ago
- A tool to combine different RGB/A channels into a single texture☆13Oct 22, 2020Updated 5 years ago
- Transform geometry positions with a 4x4 transformation matrix.☆13Dec 27, 2015Updated 10 years ago
- Real-time global illumination following the many-lights approach and using Imperfect Shadow Maps. This is the code for my master's thesis…☆14Mar 8, 2017Updated 9 years ago
- Regl base for webgl fluid simulations☆14May 12, 2018Updated 7 years ago
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Image Based Lighting using DirectX 12.☆40Sep 9, 2019Updated 6 years ago
- A lightweight wrapper around the <canvas> element to ease context and ratio handling.☆14Aug 12, 2016Updated 9 years ago
- Webfont loading. Simple, small, and efficient.☆15Jun 22, 2020Updated 5 years ago
- This is an optimization algorithm to optimize a list of paths to minimize the amount of time needed to draw the paths with a pen-plotter☆10Aug 17, 2018Updated 7 years ago
- DirectX11 graphics engine☆138Nov 25, 2024Updated last year
- A glTF file viewer in Directx 12☆21Apr 25, 2024Updated last year
- Sample demonstrating the use of tessellation shaders with OpenGLES☆13Jun 5, 2017Updated 8 years ago
- Rasterization on the GPU in "slow motion".☆62Sep 7, 2019Updated 6 years ago
- Data Structures and Algorithms, STL replacement without mess☆21Jan 17, 2025Updated last year
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Entity component system geared for games☆17Jun 21, 2019Updated 6 years ago
- Code sample accompanying the article "Crash Course in BRDF Implementation"☆341Aug 24, 2023Updated 2 years ago
- Adaptation of Threejs BasisTextureLoader for OGL☆15Aug 27, 2021Updated 4 years ago
- a software-renderer with pbr shading☆18Dec 26, 2021Updated 4 years ago
- Simple GLFW OpenGL/C++ framework made for educational purposes: Assimp, ImGUI, Deferred/Forward+ Shading, Compute/Geometry Shaders, etc.☆12Jan 1, 2019Updated 7 years ago
- An experiment in hot reloading 3d models from Blender into a WebGL scene☆25Sep 5, 2017Updated 8 years ago
- Module for creating gradient palettes for usage in glsl.☆22May 5, 2016Updated 9 years ago
- Glsl implementation of the PCG algorithm for the generation of random numbers.