Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

arttet/saber_interactive_test_assignment

Repository files navigation

Test assignment (Saber Interactive)

Build Status

Requirements

  • CMake 3.11.4+
  • GLM
  • C++ 11
  • Google Test

Installation

You could build and run this project directly on your system.

  • Download the source from GitHub with:
git clone https://github.com/arttet/saber_interactive_test_assignment

Build

  • Run the following commands:
cd saber_interactive_test_assignment
mkdir build
cd build
cmake ../
cmake --build . --config Release

Test

cmake -DWITH_TESTS=1 ../
cmake --build . --config Release
ctest -C Release --output-on-failure --repeat-until-fail 2

About

The test assignment on position Rendering Software Engineer https://saber3d.com/

Topics

Resources

License

Stars

Watchers

Forks