Skip to content

Noise and Hue, Surreal Landscape generation in OpenGL! OpenGL/WebGL project archive.

Notifications You must be signed in to change notification settings

OleksiyAlsaadi/Surreal-Landscapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL: Surreal Landscapes

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

Alt text Alt text Alt text Alt text

WebGL

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

Alt text Alt Text

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.

Alt Text

About

Noise and Hue, Surreal Landscape generation in OpenGL! OpenGL/WebGL project archive.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages