https://github.com/dcubix/3d-software-renderer
3D Software Renderer in C++
https://github.com/dcubix/3d-software-renderer
graphics-programming multithreading rasterization shaders software-rendering
Last synced: 7 months ago
JSON representation
3D Software Renderer in C++
- Host: GitHub
- URL: https://github.com/dcubix/3d-software-renderer
- Owner: DCubix
- Created: 2018-07-30T23:27:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T00:04:14.000Z (over 7 years ago)
- Last Synced: 2025-04-30T22:34:51.319Z (10 months ago)
- Topics: graphics-programming, multithreading, rasterization, shaders, software-rendering
- Language: C++
- Size: 2.29 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Software Renderer
===
A fast and multi-threaded 3D software renderer. This is a project for learning purposes!

## Features
- Texture mapping
- Bilinear filtering!
- Multi-threading
- Vertex and Pixel shaders
- Depth testing