Ryao is a graphics simulator. This version runs smoothly on windows.
- spdlog
- Eigen3
- glad
- glfw
- glm
I use vcpkg
to manage packages.
You can use the following commands to complete the package installation (take 64-bit windows system as an example):
vcpkg install spdlog:x64-windows
vcpkg install eigen3:x64-windows
vcpkg install glad:x64-windows
vcpkg install glfw3:x64-windows
vcpkg install glm:x64-windows
If you haven't installed vcpkg, or don't know how to use vcpkg-managed libraries in Visual Studio's CMake projects, be sure to check the official vcpkg documentation.