Skip to content

geochip/OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository is just a little project that I am working on while learning basic rendering techniques using OpenGL and C++.

Examples

Multiple Lights example

Example Multiple Lights

Model Loading example

Example Model Loading

Quick start

  1. Clone repo

    git clone https://github.com/GeoCHiP/OpenGL.git
    
  2. Build project

    cd OpenGL/
    mkdir build
    cd build/
    cmake ..
    cmake --build . -t OpenGL
    
  3. Run

    ./OpenGL
    

System requirements

  • Fedora 33 using Xorg:

     sudo dnf install mesa-libGL-devel libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel libXext-devel
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published