This module includes two parts: VMFoundation and VMGraphics.
This part provides some general components. e.g, memory management ,plugin framework and custome smart pointer.
This part includes graphics-related classes for ray tracing based rendering.
C++14 and CMake 3.12 or higher is required.
git clone --recursive
https://github.com/cad420/VMCore.git
When the submodule is updated, you can use:
git submodule update
to update the submodule.