All Projects β†’ poeticAndroid β†’ a-game

poeticAndroid / a-game

Licence: MIT license
Essential game components for A-Frame!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to a-game

Moonrider
πŸŒ•πŸ„πŸΏ Surf the musical road among the stars. Side project built by two people in a few months to demonstrate WebXR.
Stars: ✭ 292 (+873.33%)
Mutual labels:  aframe, webxr
Webxr Handtracking
πŸ‘ WebXR hand tracking examples
Stars: ✭ 116 (+286.67%)
Mutual labels:  aframe, webxr
Webxr Webpack Boilerplate
Starter Kit for building rich, immersive WebXR projects (featuring A-Frame) PWA with Webpack and SASS
Stars: ✭ 48 (+60%)
Mutual labels:  aframe, webxr
aframe-react
React library for A-frame
Stars: ✭ 58 (+93.33%)
Mutual labels:  aframe, webxr
Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (+1046.67%)
Mutual labels:  aframe, webxr
Networked Aframe
A web framework for building multi-user virtual reality experiences.
Stars: ✭ 803 (+2576.67%)
Mutual labels:  aframe, webxr
3dstreet
🚲🚢🚌 Web-based 3D visualization of streets using A-Frame
Stars: ✭ 74 (+146.67%)
Mutual labels:  aframe, webxr
Beat Pose
Play a Beat Saber clone with hand movements using Tensorflow.js & PoseNet
Stars: ✭ 145 (+383.33%)
Mutual labels:  aframe
zanzarah-tools
The set of various zanzarah browsing and editing tools, written entirely in coffee and js.
Stars: ✭ 29 (-3.33%)
Mutual labels:  aframe
Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (+300%)
Mutual labels:  aframe
3d Force Graph Vr
3D force-directed graph component in VR
Stars: ✭ 112 (+273.33%)
Mutual labels:  aframe
Aframe Particle System Component
Particle systems for A-Frame.
Stars: ✭ 156 (+420%)
Mutual labels:  aframe
argon-aframe
glue to use aframe to author argon applications
Stars: ✭ 45 (+50%)
Mutual labels:  aframe
Studio
An authoring platform to build Web Augmented Reality experiences, without coding knowledge
Stars: ✭ 135 (+350%)
Mutual labels:  aframe
Webview-unity-3d-2017.3-or-higher-
Webview unity 3d 2017.3 or higher - can be open website url on unity3d or open Html5, html and js on unity offline
Stars: ✭ 18 (-40%)
Mutual labels:  webxr
a-frame-demos
VR demos built with A-Frame
Stars: ✭ 19 (-36.67%)
Mutual labels:  aframe
lvr
πŸ‘“ Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+206.67%)
Mutual labels:  aframe
Aframe
πŸ…°οΈ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+44660%)
Mutual labels:  aframe
Ar.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
Stars: ✭ 3,048 (+10060%)
Mutual labels:  aframe
awesome-webxr
All things WebXR.
Stars: ✭ 117 (+290%)
Mutual labels:  webxr

A-Game!

Essential game components for A-Frame!

<html>
  <head>
    <script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/a-game.min.js"></script>
  </head>
  <body>
    <a-scene physics>
      <a-entity include="./scenes/_assets.html"></a-entity>
      <a-player locomotion grabbing></a-player>
      <a-main include="./scenes/level1.html">
        <a-box floor color="gray" width="32" height="0.25" depth="32"></a-box>
      </a-main>
    </a-scene>
  </body>
</html>

Demo!

Primitives

Components

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].