Rusterizer Rust 3D 渲染器

Rusterizer 是 Rust 编写的一款简单 3D 渲染器,此项目实现了基本的 OpenGL 渲染管道,没有使用任何依赖,完全采用 Rust 从头开始编写。

环境要求

本地

  • rustup
  • cargo
> rustup update
> rustup default nightly
> cargo run --features=local

Web

  • trunk
  • python3
  • rustup
  • cargo
> rustup update
> rustup default nightly
> rustup target add wasm32-unknown-unknown
> ./build.sh

在线体验:https://dzharvis.github.io/rusterizer/

© 版权声明
THE END
喜欢就支持一下吧
点赞475 分享
Making the absolute best of ourselves is not an easy task. It is a pleasurable pursuit...but it requires patience, persistence, and perseverance.
做最好的自己并不容易,这是很美好的愿望,需要耐心、坚持和毅力