Software Renderer in Rust banner

Software Renderer in Rust

2 devlogs
4h 33m 39s

A CPU based software renderer written in Rust. I plan for it to draw triangles, handle depth, and apply simple lighting all without a GPU.

Demo Repository

Loading README...

Bnenne

Made it more interactive. A triangle now follows the cursor and you can change the size with your scroll wheel.

Attachment
0
Bnenne

Using winit and softbuffer to create a window, edit the buffer, and display. Create create simple shaders, draw lines, and draw circles.

Attachment
0