/aztec-pong

An Aframe-React experiment

Primary LanguageJavaScriptMIT LicenseMIT

Aztec Pong

Use the up and down arrows to move the paddles mouse look

Getting Started

Serve the webapp:

npm install
npm start

Start the Web Socket server in another terminal:

cd SerialAndOscWebSocketsServer
npm install
node .

Then head over to localhost:8080

Send OSC messages over port 57121

gh-pages

change to your repo in package.json:

"repository": {
    "type": "git",
    "url": "https://github.com/meta-meta/aframe-react-boilerplate.git"
  },
npm run ghpages