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.
363 stars
25 watching
36 forks
Language: C++
last commit: 10 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 | 164 |
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 | 206 |
nvpro-samples/gl_commandlist_basic | A sample project demonstrating the use of NV_command_list to render a basic scene with texture rendering using ARB_bindless_texture. | 111 |
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 | 533 |
vaneenige/phenomenon | A small, low-level WebGL library providing essentials for high-performance rendering of particles on the GPU. | 1,778 |
angelo1211/hybridrenderingengine | A high-performance rendering engine that combines physically based shading and image-based lighting techniques using OpenGL. | 1,192 |
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,377 |
autonomousvision/differentiable_volumetric_rendering | A system for generating 3D meshes from input images using learned implicit representations | 804 |
rougier/freetype-gl | An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,644 |
joshuasenouf/gl-engine | A C++ rendering engine that supports various graphical features such as textures, shaders, deferred rendering, and physically based camera parameters. | 363 |
vpenades/sharpgltf | A .NET Standard library for loading and rendering 3D models in the glTF file format | 484 |