All Projects → ashleymarkfletcher → spark-ar-boilerplate

ashleymarkfletcher / spark-ar-boilerplate

Licence: other
A boilerplate Spark AR project with Webpack

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to spark-ar-boilerplate

spark-ar-creators
List of 9500 (and counting) Spark AR Creators. Open an issue or contact me if you want to be added.❤️
Stars: ✭ 122 (+144%)
Mutual labels:  augmented-reality, spark-ar, sparkar, spark-ar-studio
spark-ar-physics
A helper module for connecting Spark AR with physics libraries
Stars: ✭ 28 (-44%)
Mutual labels:  augmented-reality, spark-ar, spark-ar-studio
Rabbit-Coder
Rabbit Coder is an augmented reality puzzle game based on coding, built with Spark AR Studio
Stars: ✭ 28 (-44%)
Mutual labels:  augmented-reality, spark-ar, spark-ar-studio
sparkar-safety-glass-script
script version of sparkar-safety-glass by Josh Beckwith
Stars: ✭ 15 (-70%)
Mutual labels:  spark-ar, sparkar, spark-ar-studio
sparkar-pixelate-shader
simple script-only pixelate shader with Facebook SparkAR.
Stars: ✭ 35 (-30%)
Mutual labels:  augmented-reality, spark-ar, spark-ar-studio
sparkar-smoother
Make object smoothly follow facial features with object's naming.
Stars: ✭ 20 (-60%)
Mutual labels:  spark-ar, sparkar, spark-ar-studio
sparkar-volts
An extensive non-reactive Typescript framework that eases the development experience in Spark AR
Stars: ✭ 15 (-70%)
Mutual labels:  spark-ar, spark-ar-studio
Spark-Ar
Resources for Spark AR
Stars: ✭ 43 (-14%)
Mutual labels:  augmented-reality, sparkar
sparksl-noise
minimum proof of concept about procedural noise generation in SparkAR's shader language (SparkSL).
Stars: ✭ 16 (-68%)
Mutual labels:  sparkar, spark-ar-studio
whatareyou-filter
📷 roulette face effect template
Stars: ✭ 36 (-28%)
Mutual labels:  augmented-reality, spark-ar
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (-52%)
Mutual labels:  augmented-reality
OpenXR-CTS
Conformance test suite for OpenXR
Stars: ✭ 38 (-24%)
Mutual labels:  augmented-reality
native-xr-for-web
Add iOS and Android build with AR capabilities to your website or web-based app.
Stars: ✭ 27 (-46%)
Mutual labels:  augmented-reality
awesome-arcore
⚡️ A curated list of awesome ARCore projects and resources. Feel free to contribute!
Stars: ✭ 16 (-68%)
Mutual labels:  augmented-reality
ARViz
ARViz Project
Stars: ✭ 50 (+0%)
Mutual labels:  augmented-reality
spark-particle-uv
Demo of how to sample the camera texture and map it to particles.
Stars: ✭ 25 (-50%)
Mutual labels:  spark-ar
AR-Navigation
An iOS app that gives directions using augmented reality
Stars: ✭ 34 (-32%)
Mutual labels:  augmented-reality
arkit-depth-renderer
Displays the depth values received by the front-facing camera.
Stars: ✭ 48 (-4%)
Mutual labels:  augmented-reality
augmentedreality
Augmented Reality examples for Android.
Stars: ✭ 14 (-72%)
Mutual labels:  augmented-reality
spark-color-adjust
Color adjustment patches for Spark AR
Stars: ✭ 43 (-14%)
Mutual labels:  spark-ar

spark-ar-boilerplate

A boilerplate Spark AR project with Webpack.

Most of the magic is in the webpack config.

Adding the built in modules like "Materials" as externals allows webpack to skip them when bundling everything together.

Getting Started

  • Clone or download this repository
  • run npm i in the root folder

Usage

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].