Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashleymarkfletcher/procedural-ar

Using simplex noise to procedurally generate a map in Spark AR
https://github.com/ashleymarkfletcher/procedural-ar

augmented-reality procedural spark-ar spark-ar-studio webpack

Last synced: about 1 month ago
JSON representation

Using simplex noise to procedurally generate a map in Spark AR

Awesome Lists containing this project

README

        

# procedural-ar
Using [Simplex noise](https://www.npmjs.com/package/simplex-noise) to generate a map in Spark AR procedurally.

![Procedural Demo GIF](demo.gif)

## Usage

[Webpack](https://webpack.js.org/) 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