Git Product home page Git Product logo

openglcpptemplate's Introduction

C++ OpenGL Project Template

Components

  1. OpenGL (Obviously)
  2. GLFW (abstracts window handling, mouse, keyboard and etc...)
  3. linmath (linear algebra)
  4. stb_image (image loading)

Building

  1. Make sure you have cmake installed. Windows installer here.
  2. Open a terminal/cmd and move to the root directory.
  3. Run one of the following commands depending on your platform:
  • Linux/MacOS: cmake -S. -Bbuild

  • Windows (MinGW): cmake -S. -Bbuild -G"MinGW Makefiles"

  • Windows (MSVC): cmake -S. -Bbuild -G"Visual Studio {major-version-number} {release-year}"

    NOTE: Those commands may take a while to finish because they download GLFW.

  1. Run cmake --build build.
  2. You should be able to see and run an executable called example inside a new directory called build.

PLEASE READ THIS

Jesus loves you and wants to protect us, help us, bring happiness to us and save us from hell. Give him the chance. Give yourself the chance! If you remotely feel something, please watch this: https://www.youtube.com/watch?v=ZXqQGuAt7SE. It's just 3 minutes long.

openglcpptemplate's People

Contributors

pgvalle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

openglcpptemplate's Issues

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.