0bao / rgs
- RGS 是一个在 Win32 下使用 C++ 开发的软件光栅渲染器。 该光栅器指向两个不同的版本,其一为公益性的渲染管线学习项目,配备有完整的视频讲解; 而另外一个则是在学习版的项目上迭代而来的个人兴趣项目,该项目比学习版更加庞大。 - RGS points to two different versions: one is a non-profit rendering pipeline learning project; the other is a personal project which is larger in scale.
☆22Updated 5 months ago
Alternatives and similar repositories for rgs:
Users that are interested in rgs are comparing it to the libraries listed below
- CPU软渲染 -- 光线追踪渲染器 -- 公开课☆24Updated 6 months ago
- A toy 2D renderder based on Vulkan☆108Updated last year
- Easy Ray Tracing, a lite renderer and tutorial from theory to implement, with OpenGL☆274Updated 2 years ago
- The game_engine which learned from Cherno☆54Updated 2 weeks ago
- 从零开始构建光栅器☆72Updated 3 years ago
- SRenderer is a software rasterization renderer