sse-avx-rasterization
Triangle rasterizer
A source code implementation of triangle rasterization routines accelerated using SIMD instructions
Triangle rasterization routines accelerated by SSE and AVX
67 stars
9 watching
10 forks
Language: C++
last commit: almost 7 years ago
Linked from 1 awesome list
avxcppdemorasterizationsimdssetriangletutorial
Related projects:
Repository | Description | Stars |
---|---|---|
ecohealthalliance/fasterize | High-performance raster conversion tool for polygons in spatial data | 182 |
bachili/diffvg | A differentiable rasterizer for 2D vector graphics. | 950 |
baldurk/visor | An experimental software rasterizer implementing the Vulkan graphics API using C++ | 44 |
karimnaaji/voxelizer | Converts 3D meshes into voxelized representations by performing triangle-cube intersection. | 627 |
zappingseb/rayshaderanimate | Animate GPX data on a 3D map by rendering a video | 35 |
msalib/geo-rasterize | A Rust crate that rasterizes geospatial polygons onto raster images | 39 |
corteva/geocube | Converts geopandas vector data into rasterized xarray data | 343 |
samfromcadott/brutus | Generates 3D meshes from volumetric data using marching cubes algorithm | 5 |
maxorange/pix2vox | This project enables the generation of 3D voxel models from 2D sketches using stacked generative adversarial networks. | 243 |
stevinz/extrude | A tool for converting 2D images into 3D meshes | 19 |
ax3l/lines-are-rusty | Re-implementation of an SVG renderer for eink devices like the reMarkable tablet | 85 |
jarun/imgp | A command-line tool for resizing and rotating images using multiprocessing and SIMD parallelism to optimize storage space | 1,033 |
aertslab/scope | A tool for fast visualization of large-scale single-cell data | 68 |
osresearch/papercraft | Unfolds 3D models into laser cut patterns by detecting and merging triangles to prevent overlap. | 275 |
etpinard/karma-benchmark-plotly-reporter | Generates visualizations of benchmark results using plotly graphs | 4 |