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: about 1 year ago
Linked from 1 awesome list
mesh-shadersopenglvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
| A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering | 165 |
| A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
| A simple Vulkan rendering example | 207 |
| 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 |
| Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code | 64 |
| A Vue.js component library for rendering 3D WebGL graphics using three.js. | 678 |
| A sample implementation of a shader-based occlusion culling system using OpenGL | 536 |
| A small, low-level WebGL library providing essentials for high-performance rendering of particles on the GPU. | 1,783 |
| A high-performance rendering engine that combines physically based shading and image-based lighting techniques using OpenGL. | 1,233 |
| A minimal setup to experiment with OpenGL compute shaders in a standalone environment. | 6 |
| A lightweight C++ library for efficient 3D modeling, geometry processing, and rendering. | 1,391 |
| A system for generating 3D meshes from input images using learned implicit representations | 805 |
| An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,652 |
| A C++ rendering engine that supports various graphical features such as textures, shaders, deferred rendering, and physically based camera parameters. | 365 |
| A .NET Standard library for loading and rendering 3D models in the glTF file format | 483 |