rasmusbarr / simdrast
A vectorized software rasterization pipeline optimized for rendering a sparse set of pixels with 16x MSAA.
☆16Updated 8 years ago
Alternatives and similar repositories for simdrast:
Users that are interested in simdrast are comparing it to the libraries listed below
- Hybrid CPU and GPU ray traced rendering using shared memory.☆57Updated 7 years ago
- Graphics related projects/prototypes/playground (Vulkan, C++17)☆36Updated 2 years ago
- Attempt to understand and compare different Acceleration structures☆30Updated 3 years ago
- a collection of handle/id allocators☆20Updated last year
- Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.☆35Updated 6 years ago
- C++20 Vulkan and GLes rendering engine☆17Updated 3 months ago
- Graphics programming experiments. Play-around, demos. Some good, some bad.☆41Updated this week
- Tiny quantization suite supporting conversion to/from half-floats, s/unorm bytes, quaternions and vectors (C++03).☆42Updated 9 years ago
- Vulkan Renderer☆31Updated last year
- Vulkan debug layer to visualize synchronization dependencies☆44Updated 5 years ago
- Little Game Engine that aims to be Physically Based for the lighting part☆23Updated 7 years ago
- A hexagonal prism BVH: more efficient than AABB.☆18Updated 5 years ago
- a ring buffer for variable sized continuous data☆16Updated 9 years ago
- Real-time software rasterizer written in C++ with windowing and model loading support.☆32Updated 5 years ago
- vectorized high-level math library☆43Updated 5 years ago
- Immediate Mode Debug Draw library☆36Updated 5 years ago
- Single header SPIR-V compressor for C and C++☆31Updated 8 years ago
- Fast hash table template for array indexes.☆27Updated 8 years ago
- Simple header-only C++ software renderer☆33Updated 2 years ago
- rex engine and game☆15Updated 3 years ago
- Graphics prototyping framework☆37Updated last year
- Embeddable preprocessor based on clang. Created to compile ubershaders, but can preprocess anything you like.☆22Updated 7 years ago
- Comparing some methods of generating blue noise dither patterns, to go with a blog post