Skip to content

SIMD accelerated software renderer, written in Rust

Notifications You must be signed in to change notification settings

ndrewxie/softrend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

softrend

A SIMD accelerated software renderer, written in Rust. Supports the use of statically compiled vertex, fragment, and blend shaders, with minimal performance penalty for reasonably cheap shaders.

Features a matrix stack for 3D transformations and a hierarchical tile-based rasterizer, with optimizations to early-out tiles when they can be trivially accepted / rejected. Portable instruction selection is handled using Rust's (currently unstable) std::simd library.

About

SIMD accelerated software renderer, written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages