Skip to content

projection-engine/projection-engine-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projection engine 2

Setup

  1. Install vcpkg with elevation

    git clone https://github.com/Microsoft/vcpkg.git "C:\vcpkg" cd "C:\vcpkg" .\bootstrap-vcpkg.bat vcpkg integrate install

  2. Setup toolchain CLion
    1. File -> Settings -> Build, Execution, Deployment -> CMake
    2. Create a new configuration using
      1. Build type: Debug
      2. Toolchain: Visual Studio (You need to create this toolchain first)
      3. Generator: NMake Makefiles
      4. CMake options: -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake
  3. Go to CMakeLists.txt and click the debug button on the side of the first line
  4. Select the projection configuration that will appear in the Configurations dropdown on the top bar
    1. Or go to the main.cpp file and click the execute button there

Resources

quick-cmake-tutorial

Tutorial: Install a dependency from a manifest file

Get started with vcpkg

About

Projection Engine 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.5%
  • C++ 38.3%
  • Svelte 13.4%
  • GLSL 5.7%
  • CSS 1.3%
  • CMake 0.6%
  • Other 0.2%