My own framework on which I try things (mostly rendering-related)
☆18Jun 29, 2025Updated 8 months ago
Alternatives and similar repositories for MaxestFramework
Users that are interested in MaxestFramework are comparing it to the libraries listed below
Sorting:
- Screen Space Bent Normals☆19Apr 23, 2012Updated 13 years ago
- Fast sweep algorithm for generating a shadow boundary heightmap from a source heightmap.☆16Jan 22, 2026Updated last month
- An attempt to port BC7E texture compressor to a GPU compute shader☆20Jan 10, 2021Updated 5 years ago
- Frustum culling with an octree and depth sorting with a mergeable heap priority queue☆12Apr 19, 2012Updated 13 years ago
- ☆18Jul 31, 2024Updated last year
- Sample code for a 'Quaternions revisited' article from GPU Pro 5☆35Jun 27, 2015Updated 10 years ago
- This repo contains older DX11-era samples that were previously hosted on CodePlex☆19Aug 22, 2022Updated 3 years ago
- GodComplex is intended to be a small Windows 64K intro that uses DirectX11. Now it's more of an all-purpose dev. framework... ^^☆270Jul 29, 2025Updated 7 months ago
- Real-time software rasterizer written in C++ with windowing and model loading support.☆37Jun 17, 2019Updated 6 years ago
- Runtime environment map prefiltering and spherical harmonics computation with OpenGL.☆17Aug 12, 2019Updated 6 years ago
- ☆20Oct 19, 2018Updated 7 years ago
- ShaderX, GPU Pro, GPU Zen☆194Aug 13, 2025Updated 7 months ago
- a software-renderer with pbr shading☆18Dec 26, 2021Updated 4 years ago
- ☆14Nov 25, 2023Updated 2 years ago
- This repository contains a rough GLSL implementation of "Deep and Fast Approximate Order Independent Transparency" by G. Tsopouridis, A. …☆46Mar 11, 2024Updated 2 years ago
- Toy engine written in C++ and DirectX 12☆20Apr 1, 2024Updated last year
- a free welder☆17Mar 25, 2020Updated 5 years ago
- Testing various BCn texture format decoding libraries☆17Sep 19, 2022Updated 3 years ago
- A small realtime software rendering library☆17May 25, 2020Updated 5 years ago
- A collection of primarily graphics programming focused blog posts.☆71Updated this week
- A collection of HLSL functions one can include to use spherical harmonics in shaders. This repository can be simply be used as a submodul…☆262Aug 27, 2021Updated 4 years ago
- A demo of various normal map filtering techniques for reducing specular aliasing☆89Oct 13, 2025Updated 5 months ago
- C++ Memory allocator for packet queues that free() in roughly the same order that they alloc().☆16Mar 15, 2018Updated 8 years ago
- Deferred Screen Space Directional Occlusion☆91Jul 18, 2011Updated 14 years ago
- Real-Time GPU Texture Codecs for the Web☆107Updated this week
- An OpenGL sample that demonstrates baking SDFs and using them to add Soft Shadows and Ambient Occlusion to a rasterized scene.☆56Dec 24, 2021Updated 4 years ago
- RTX path tracing + GPU closest point queries (Vulkan)☆21Apr 25, 2024Updated last year
- SH for HLSL 2021☆240Mar 1, 2025Updated last year
- Custom material shader - RIM, Phong / Blinn Phong, Fresnel, Ashima noise☆15Sep 7, 2017Updated 8 years ago
- ☆10Jul 9, 2024Updated last year
- Checkerboard Rendering and Dynamic Resolution Rendering in the DX12 MiniEngine☆181Jan 3, 2023Updated 3 years ago
- ☆13Nov 6, 2020Updated 5 years ago
- Improved Blue Noise Generator