Skip to content

Latest commit

 

History

200 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My Simulation Platform

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages