Cauldron
Graphics engine
A framework for rapid prototyping and development of graphics applications using Vulkan or DirectX 12
A simple framework for rapid prototyping on Vulkan or Direct3D 12
922 stars
31 watching
84 forks
Language: C++
last commit: 8 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
gpuopen-librariesandsdks/hellod3d12 | An introductory Direct3D 12 sample demonstrating window creation and rendering of a textured quad with proper resource management. | 148 |
gpuopen-librariesandsdks/nbodyd3d12 | Provides DirectX 12 APIs and sample projects to build graphics-intensive applications on Windows | 57 |
gpuopen-drivers/xgl | Translates Vulkan API commands into PAL commands to enable graphics rendering | 215 |
gpuopen-drivers/pal | An abstraction layer between 3D graphics drivers and hardware/operating system details | 364 |
gpuopen-librariesandsdks/v-ez | A wrapper API to simplify the use of Vulkan for game developers and graphics engineers | 865 |
gecko0307/dagon | A 3D game engine designed to create modern, extensible games using OpenGL and the D programming language | 334 |
gpuopen-librariesandsdks/hellovulkan | A Vulkan-based introductory sample to render a triangle on the screen. | 119 |
cg-tuwien/auto-vk-toolkit | A C++ framework for creating Vulkan-based graphics applications with built-in support for various features and tools. | 406 |
gpuopen-archive/anvil | A cross-platform framework providing an object-oriented solution for building Vulkan-based applications | 595 |
gpuopen-effects/geometryfx | A DirectX 11 library providing convenient access to compute-based triangle filtering for improved rasterizer efficiency. | 226 |
andrejnau/flycube | A low-level graphics API providing features like ray tracing and support for multiple backends | 388 |
yui0/catgl | A 3D graphics engine designed to be easy-to-use and high-performance for game development on multiple platforms. | 19 |
mortennobel/simplerenderengine | A C++14-based graphics rendering engine designed to simplify 2D and 3D graphics programming. | 347 |
godlikepanos/anki-3d-engine | A cross-platform game engine with 3D rendering, physics, and scripting capabilities | 1,326 |
ktstephano/stratusgfx | A low-level rendering engine designed to learn modern graphics techniques and provide a flexible platform for developers to build 3D applications. | 677 |