Skip to content

Instantly share code, notes, and snippets.

View abdullahkady's full-sized avatar

Abdullah Elkady abdullahkady

View GitHub Profile
@abdullahkady
abdullahkady / guide.md
Created October 19, 2018 08:49
Using textures in OpenGL (Ubuntu freeglut)

Before starting

If you need a guide to use OpenGL on ubuntu, not particularly textures loading, you may want to check out my basic guide on using OpenGL (glut) on ubuntu here

Installation guide

  • Download SOIL library from here
  • Extract the downloaded library
  • Open a terminal, and cd into Simple OpenGL Image Library/projects/makefile
  • Create an empty directory called obj in the path above
@abdullahkady
abdullahkady / guide.md
Created October 14, 2018 08:52
Glut installation guide for linux (ubuntu 16.04)

Summary:

  • Installation
  • Imports
  • Compiling

Install glut libraries using apt

$ sudo apt-get install freeglut3 freeglut3-dev