Git Product home page Git Product logo

justrasterizer's Introduction

Just Rasterizer

Logo

软光栅化渲染器 720p×720p Blinn-Phong光照模型 渲染结果

Reference

  1. Ray Tracing in One Weekend Series
  2. smallpt - 99 行 C++ 代码实现全局光照
  3. smallpt魔改版 - vinjn 提供的合集
  4. smallpt改写为pbrt - infancy 的超长解析文章
  5. Pursuit - ksgfk 的软光追渲染器
  6. Nori - ksgfk 的作业解析
  7. TinyRenderer - 有些修改的中文教程
  8. Filament - PBR 文档的中文翻译
  9. GAME101 - liupeining 的作业7实现
  10. RenderHelp - 矢量模板类的设计值得学习
  11. 恒星的离线渲染器
  12. Mitsuba1/2 闫令琦推荐的科研渲染器
  13. pbrt - 众所周知的圣经

TODO

  • 抽象三角面
  • 高斯模糊

Feature

  • The Application Stage
    • Hierarchical View Frustum Culling 层次视锥裁剪
  • The Geometry Stage
    • Vertex Shading
      • Model Transform 模型变换
      • View Transform 视图变换
      • Projection Transform 透视投影变换
      • Normal Transform 法线变换
    • Clip Space
      • CVV Culling CVV剔除
      • Backface Culling 背面剔除
      • Perspective Division 透视除法
    • NDC Space NDC空间
      • Viewport Transform 视口变换
    • ScreenSpace 屏幕空间
  • The Rasterizer Stage
    • Triangle Setup
    • Triangle Traversal
      • Multi-sample Anti-Aliasing MSAA抗锯齿
      • Barycentric Interpolation 重心坐标插值
    • Pixel Shading
      • Blinn-Phong Illumination Model 布林冯光照模型
    • Merging Stage
      • Z-Buffer 深度测试

Dependence

  • Tinny Render 中的 TGA 格式图片解析库

justrasterizer's People

Contributors

t-khaos avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.