# DynamicRHI **Repository Path**: hereisppy/DynamicRHI ## Basic Information - **Project Name**: DynamicRHI - **Description**: 动态Render Hardware Interfaces库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-05 - **Last Updated**: 2025-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Warning] This project is an early development version, please use it after contacting with me! [Brief] This project is an implementation of Render Hardware Interface(a concept in game engine design architecture). It provide interfaces of rendering api, and hide some complex steps of initialize resources. [Feature] 1.Generate a dynamic liberary to link your own application 2.Provide rendering interfaces and you don't need to handle the differences between different apis [Enverionment] 1.CMake MSVC C++ 20 on Windows Platform(more compliers and platforms is building) 2.Volk [Example] https://github.com/chill-pxy/FOCUS