Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 659 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 659 Bytes

Ryao

Ryao is a graphics simulator. This version runs smoothly on windows.

Dependencies

  • 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.