Qt3D based graphics library
Klein provides various rendering techniques and utilities based on Qt3D, including:
This project uses CMake.
mkdir build
cd build
cmake ..
make/msbuild
Build examples by adding -DBUILD_EXAMPLES=ON
.
Use Klein in your own CMake project by
target_link_libraries(your-target Klein::Klein)
The examples\BasicWindow
folder is a good starting point to get to play with Klein.