Skip to content

Randomly Generated, but predictable landscape generator in WebGL and Javascript

License

Notifications You must be signed in to change notification settings

phill-holland/webgl-infinite-landscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript & WebGL Infinite Landscape

This project implements a 3D infinite landscape using random numbers as an initial seed to generate the terrain, which remains consistent until the web browser is refreshed.

Demonstration of the following;

  1. 3D Graphics

  2. WebGL and HTML Canva

  3. Shaders (for basic lighting)

  4. Basic Catmull-Rom Spline Path Interpolation

Includes the GL-Matrix JavaScript Library (because I'm lazy and didn't want to roll my own matrix operations);

https://glmatrix.net/

About

Randomly Generated, but predictable landscape generator in WebGL and Javascript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published