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

https://github.com/poeticandroid/a-game

Essential game components for A-Frame!
https://github.com/poeticandroid/a-game

aframe gamedev webxr

Last synced: about 1 year ago
JSON representation

Essential game components for A-Frame!

Awesome Lists containing this project

README

          

# A-Game!

Essential game components for [A-Frame](https://aframe.io/)!

```html













```

**[Demo!](https://a-game-demo.glitch.me)**

## Primitives

- [a-hand](./src/primitives/a-hand.md)
- [a-main](./src/primitives/a-main.md)
- [a-player](./src/primitives/a-player.md)

## Components

- [grabbing](./src/components/grabbing.md)
- [button](./src/components/grabbing/button.md)
- [climbable](./src/components/grabbing/climbable.md)
- [fingerflex](./src/components/grabbing/fingerflex.md)
- [grabbable](./src/components/grabbing/grabbable.md)
- [receptacle](./src/components/grabbing/receptacle.md)
- [include](./src/components/include.md)
- [limit](./src/components/limit.md)
- [locomotion](./src/components/locomotion.md)
- [floor](./src/components/locomotion/floor.md)
- [start](./src/components/locomotion/start.md)
- [wall](./src/components/locomotion/wall.md)
- [onevent](./src/components/onevent.md)
- [onstate](./src/components/onstate.md)
- [physics](./src/components/physics.md)
- [body](./src/components/physics/body.md)
- [joint](./src/components/physics/joint.md)
- [shape](./src/components/physics/shape.md)
- [script](./src/components/script.md)
- [trigger](./src/components/trigger.md)