/opengl-practice

Just me practicing opengl and developing a simple and useless library along way

Primary LanguageC++MIT LicenseMIT

opengl-practice

This project contains some basic reusable code for any opengl project. With this project i have no goal in mind , Its just me practicing What i learn and putting on github will ensure i write good code (Maybe).

Building

This project uses CMake

On Windows ( using mingw32-make )

md build
cd build
cmake -G "MinGW Makefiles" .. 
mingw32-make

Linux Prereq

  • libx11-dev
  • xorg-dev

use $ sudo apt install to install these packages

on Linux / Mac

mkdir build
cd build
cmake ..
make

Running Examples

  • goto build/examples
  • run any executable

IK project is missing install target but its just for practice not a serious project