To 'make' the following (main.c) within the 'Land' folder you must have the right OpenGL related libraries:
- sudo apt-get install libsoil-dev
- sudo apt-get install freeglut3 freeglut3-dev
- sudo apt-get install libglew-dev
- sudo apt-get install build-essential g++
- make
Various hues and several levels of perlin noise generation create vistas and rolling valleys. Creating using C++ with GLUT and OpenGL 3.2. Feel free to download in OpenGL -> Land -> main.c
Several WebGL projects from Graphics 511 have been uploaded. Best run on Firefox (lag free)
For Example:
https://htmlpreview.github.io/?https://github.com/AlexElson/OpenGL/blob/master/WebGL/lighting.html
or
https://htmlpreview.github.io/?https://github.com/AlexElson/OpenGL/blob/master/WebGL/landscape.html
Textures will not show unless the files are downloaded and run locally with the required textures in the same directory. Simply download the WebGL and lib folders, place them in the same directory, and open any .html file within the WebGL folder.