/procedural-ar

Using simplex noise to procedurally generate a map in Spark AR

Primary LanguageJavaScript

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