GodOfFireAndGrass
Grass renderer
A Vulkan-based project that renders grass blades using a combination of shaders and culling techniques to optimize rendering performance.
A Vulkan Grass Renderer
18 stars
2 watching
0 forks
Language: C++
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
avokadoen/zig_vulkan | A tool for creating a Vulkan-based graphics renderer using Zig programming language | 49 |
caffeineviking/vkhr | A real-time hair rendering system using Vulkan that combines rasterization and ray marching to achieve high-quality results with scalable performance. | 446 |
alaingalvan/vulkan-seed | A C++ Vulkan starter repository providing a basic structure for building cross-platform renderers and applications. | 77 |
uglyswedishfish/scape | A real-time landscape rendering engine designed to generate realistic environments. | 18 |
zeux/niagara | An experimental Vulkan renderer designed to explore various rendering techniques and features. | 1,332 |
ikskuh/softrenderlib | A collection of software rendering routines for 2D and 3D graphics in Zig. | 21 |
kaminarios/rustracer | A 3D graphics rendering library utilizing Vulkan ray tracing and written in Rust | 70 |
nvpro-samples/gl_vk_chopper | A simple Vulkan rendering example | 206 |
nvpro-samples/gl_vk_meshlet_cadscene | Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 363 |
fede-vaccaro/terrainengine-opengl | An OpenGL 4 application rendering a procedural scene with terrain, water, and volumetric clouds. | 634 |
rswinkle/portablegl | A portable implementation of OpenGL 3.x in clean C as a single header library. | 1,044 |
acrylicshrimp/onyx | A Vulkan-based rendering engine for high-performance graphics rendering in C++2x. | 5 |
aiekick/noodlesplate | An offline shader editor with real-time tuning capabilities and a wide range of features for creating 2D/3D shaders. | 267 |
andrewrk/zig-vulkan-triangle | A simple implementation of a triangle using Vulkan and Zig, showcasing graphics rendering with xcb. | 116 |
acskyline/wave-particles-with-interactive-vortices | Real-time river renderer using wave particles with interactive vortices | 268 |