rendering-algorithm
There are 15 repositories under rendering-algorithm topic.
mightycow/Sluggish
Toy CPU and GPU implementations of the Slug rendering algorithm
adelekuzmiakova/pytorch3d-renderer
A PyTorch3D walkthrough and a Medium article 👋 on how to render 3D .obj meshes from various viewpoints to create 2D images.
pschaldenbrand/AniPainter
Animate a given video by using a robot to paint each frame. Frames are converted into brush strokes using a novel stroke-based rendering algorithm.
AlexSabourinDev/software-development-resources
Collection of links to great software development resources!
trrt-good/3d-Rendering-JAVA
A 3d rendering engine built with native Java.
igor725/VoxelSpaceSDL
Comanche's Voxel Space rendering algorithm written in C using SDL.
zwcloud/CSharpPathTracer
A naive path tracing (global illumination) implementation written in C#.
cookgreen/VoxelSpaceSharp
Re-implement Comanche's voxel space terrain rendering algorithm with csharp
salindersidhu/Buddhabrot
An Image generator that uses a fractal rendering technique related to the Mandelbrot set.
andrewlowndes/texture-filtering
Texture filtering using triangle summed area maps
abasilak/OpenGL_ES_3_1
Several implementations of A-Buffer using modern OpenGL ES API.
remisansfamine/rasterizer
CPU Renderer using rasterization to display 3D models
blroot/superboy
A non-realtime ray tracing rendering engine for linux
varganorbert222/VoxelSpace
Terrain rendering algorithm implemented in Javascript, which was also used by Comanche 3 in its time.