Skip to content

Vlad4Per/ACG_Vlad4Per

Repository files navigation

Advanced Computer Graphics in Game Development

A template repository for Advanced Computer Graphics in Game Development course.

Pre-requirements

  • Version control: Git
  • Build system: Cmake
  • C++17 compatible compiler:
    • MSVC on Windows
    • Clang on MacOS
    • GCC on Linux
  • C++ IDE: CLion
  • Vulkan SDK

How to build the project

Use git clone --recursive to clone the repo with submodules or run git submodule update --init --recursive after the first clone.

Go to the project folder and run the next command:

mkdir Build
cd Build
cmake ..

How to compile shaders

On Windows:

compile_shaders.bat

On Linux or MacOS:

./compile_shaders.sh

Third-party tools and data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages