16 skills found
Scthe / Nanite WebgpuUE5's Nanite implementation using WebGPU. Includes the meshlet LOD hierarchy, software rasterizer and billboard impostors. Culling on both per-instance and per-meshlet basis.
nvpro-samples / Gl Vk Meshlet CadsceneThis OpenGL/Vulkan sample illustrates the use of "mesh shaders" for rendering CAD models.
JarkkoPFC / MeshleteChop 3D objects to meshlets
cg-tuwien / Auto Vk ToolkitGetting serious about Vulkan development with this modern C++ framework, battle-tested in rapid prototyping, research, and teaching. Includes support for real-time ray tracing (RTX), serialization, and meshlets.
Senbyo / MeshletmakerCollection of meshlet generation algorithms
expenses / LighthuggerVulkan meshlet + visibility buffer renderer
metal-by-example / MetalMeshletCullingA simple demonstration of Metal 3.0 mesh shaders
NVlabs / MeshletsNo description available
pettett / MultiresAn implementation of multiresolution (Nanite/Meshlet) style rendering in Rust and Vulkan.
Bloodwyn / Compressed Meshlet PaperNo description available
StarsX / MSFallbackMeshlet culling by a layer of interface with amplification-shader and mesh-shader fallback implementations using compute and vertex shaders. All API calls are unified with the fallback layer, and the native and fallback paths can be switched by EnableNativeMeshShader().
yknishidate / Vk Meshlet CullingNo description available
StarsX / MeshShaderSimple mesh-shader sample that auto-renders VB with IB to meshlets.
FastestMolasses / Meshlet ProcessingConvert meshes to Bevy meshlets
AShevchenko-23 / SGLibSGLib is a graphics middleware library for C/C++. Based on D3D12 it provides APIs close to D3D11 in a couple with feautures and capabilities of modern hardware, like ray tracing, async compute, async scheduling, meshlet shading, variable rate shading etc.
knnyism / KyneticRenderer with an implementation of GPU-driven rendering, culling techniques, meshlets and hierarchical LODs