An open API service indexing awesome lists of open source software.

https://github.com/Erkaman/sse-avx-rasterization

Triangle rasterization routines accelerated by SSE and AVX
https://github.com/Erkaman/sse-avx-rasterization

avx cpp demo rasterization simd sse triangle tutorial

Last synced: 17 days ago
JSON representation

Triangle rasterization routines accelerated by SSE and AVX

Awesome Lists containing this project

README

        

# sse-avx-rasterization

Triangle rasterization routines accelerated by SSE and AVX. This is source code that demonstrates the concepts behind my article [A Simple, and Trivially Parallelizable Triangle Rasterization Approach
](https://erkaman.github.io/posts/fast_triangle_rasterization.html)

![](triangle.png)