Giter Club home page Giter Club logo

learnopengl's Introduction

LearnOpenGL

Cross-platform CMake follow along with LearnOpenGL.

Table of Contents

Requirements

  • CLion: the IDE I use on Linux.
  • vcpkg: a package manager to easily install required libraries.
  • Visual Studio 2022: the IDE I use on Windows.

Linux

CLion

  1. Clone this repository.
  2. In CLion go to File -> Open and open the root CMakeLists.txt in this repository as a project.

Configure vcpkg in CLion

  1. Go to File -> Settings -> Build, Execution, Deployment -> CMake.
  2. Find CMake Options.
  3. Insert -DCMAKE_TOOLCHAIN_FILE=<path_to_vcpkg>/scripts/buildsystems/vcpkg.cmake.

Windows

Visual Studio 2022

  1. Clone this repository.
  2. In Visual Studio go to File -> Open -> Folder and open this folder.
  3. Once the folder is opened, right click on the root CMakeLists.txt and select Set as Startup Item.

Configure vcpkg in Visual Studio 2022

Make sure vcpkg is system wide installed by running vcpkg.exe integrate install.

  1. Go to Project -> CMake Settings for LearnOpenGL
  2. Make sure VCPKG_TARGET_TRIPLET is set to x64-windows-static. By default the non-static triplet is used. The CMakeLists.txt is setup to compile statically, therefore it's necessary to update this option.

learnopengl's People

Contributors

wilricknl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.