Giter VIP home page Giter VIP logo

tiny-renderer's Introduction

English

tiny-renderer 简单的光栅化软渲染器

  • 基础数学库
  • Bresenham画线算法
  • Cohen-Sutherland线段裁剪算法
  • glTF模型加载
  • 模型/视图/投影变换
  • 背面剔除
  • 视椎剔除
  • 齐次空间裁剪
  • 深度测试
  • 顶点和片段着色器
  • 重心坐标插值
  • 透视矫正
  • Blinn–Phong反射模型
  • 纹理映射
  • 相机控制

运行

  1. bresenham画线算法
cargo run --example bresenham_line
  1. 渲染
cargo run --example rendering

控制

  • F1 切换线框渲染
  • F2 切换顶点颜色插值
  • F3 切换片段着色
  • F4 切换投影方式
  • F5 切换模型
  • W/A/S/D/Q/E 控制相机移动

截图

视频演示:B站

bresenham_line wireframe_rendering vertex_color_interpolation texture_mapping blinn_phong_texture blinn_phong_color

参考

tiny-renderer's People

Contributors

lewiszlw 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.