Skip to content

Using simplex noise to procedurally generate a map in Spark AR

Notifications You must be signed in to change notification settings

tomaspietravallo/procedural-ar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

procedural-ar

Using Simplex noise to generate a map in Spark AR procedurally.

Procedural Demo GIF

Usage

Webpack is used to bundle all the code together. To make any changes you can run either of the commands below.

Development

  • run npm run dev
  • this will watch your files for changes and automatically build the code
  • when the code is rebuilt, Spark AR should refresh on code change

Production

  • run npm run build
  • this just runs the build once and outputs a minified file

About

Using simplex noise to procedurally generate a map in Spark AR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%