Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashleymarkfletcher/procedural-ar
- Owner: ashleymarkfletcher
- Created: 2019-06-07T08:52:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T12:39:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T02:33:14.546Z (over 1 year ago)
- Topics: augmented-reality, procedural, spark-ar, spark-ar-studio, webpack
- Language: JavaScript
- Size: 3.08 MB
- Stars: 33
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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