gl_vk_meshlet_cadscene
CAD renderer
Demonstrates rendering of CAD models using mesh shaders for high-performance rendering
This OpenGL/Vulkan sample illustrates the use of "mesh shaders" for rendering CAD models.
373 stars
25 watching
36 forks
Language: C++
last commit: 12 months ago
Linked from 1 awesome list
mesh-shadersopenglvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
nvpro-samples/gl_vk_threaded_cadscene | A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering | 165 |
nvpro-samples/gl_vk_bk3dthreaded | A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
nvpro-samples/gl_vk_chopper | A simple Vulkan rendering example | 207 |
nvpro-samples/gl_commandlist_basic | This project demonstrates how to use the NV_command_list extension to optimize rendering performance by encoding commands into binary data and reducing CPU overhead. | 110 |
nvpro-samples/gl_vk_supersampled | Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code | 64 |
vue-gl/vue-gl | A Vue.js component library for rendering 3D WebGL graphics using three.js. | 678 |
nvpro-samples/gl_occlusion_culling | A sample implementation of a shader-based occlusion culling system using OpenGL | 536 |
vaneenige/phenomenon | A small, low-level WebGL library providing essentials for high-performance rendering of particles on the GPU. | 1,783 |
angelo1211/hybridrenderingengine | A high-performance rendering engine that combines physically based shading and image-based lighting techniques using OpenGL. | 1,233 |
vassvik/minimal_opengl | A minimal setup to experiment with OpenGL compute shaders in a standalone environment. | 6 |
liangliangnan/easy3d | A lightweight C++ library for efficient 3D modeling, geometry processing, and rendering. | 1,391 |
autonomousvision/differentiable_volumetric_rendering | A system for generating 3D meshes from input images using learned implicit representations | 805 |
rougier/freetype-gl | An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,652 |
joshuasenouf/gl-engine | A C++ rendering engine that supports various graphical features such as textures, shaders, deferred rendering, and physically based camera parameters. | 365 |
vpenades/sharpgltf | A .NET Standard library for loading and rendering 3D models in the glTF file format | 483 |