aframe-material
π °οΈ Inputs, keyboard, buttons, checkboxes, radio buttons, switches, forms, toasts and more for A-Frame
File Explorer
Download Latest Version (.zip)- BackspaceIcon.png
- ButtonShadow.png
- CheckmarkIcon.png
- DismissIcon.png
- EnterIcon.png
- GlobalIcon.png
- KeyShadow.png
- ShiftActiveIcon.png
- ShiftIcon.png
- SwitchShadow.png
- ButtonClick.mp3
- ButtonClickDisabled.mp3
- InputClick.mp3
- KeyDown.mp3
- KeyIn.mp3
- ToastShow.mp3
- BackspaceIcon.png
- ButtonShadow.png
- CheckmarkIcon.png
- DismissIcon.png
- EnterIcon.png
- GlobalIcon.png
- KeyShadow.png
- ShiftActiveIcon.png
- ShiftIcon.png
- SwitchShadow.png
- ButtonClick.mp3
- ButtonClickDisabled.mp3
- InputClick.mp3
- KeyDown.mp3
- KeyIn.mp3
- ToastShow.mp3
- .gitignore
- index.html
- package.json
- README.md
- aframe-material.js
- aframe-material.js.map
- aframe-material.min.js
- aframe-material.min.js.map
- index.js
- assets.js
- index.js
- sfx.js
- assets.js
- index.js
- sfx.js
- event.js
- index.js
- index.js
- index.js
- assets.js
- behaviors.js
- config.js
- draw.js
- index.js
- layouts.js
- sfx.js
- assets.js
- index.js
- sfx.js
- assets.js
- index.js
- sfx.js
- assets.js
- index.js
- sfx.js
- index.js
- utils.js
- screenshot.png
- BackspaceIcon.svg
- CheckmarkIcon.svg
- DismissIcon.svg
- EnterIcon.svg
- GlobalIcon.svg
- ShiftActiveIcon.svg
- ShiftIcon.svg
- .gitignore
- index.html
- LICENSE
- package.json
- README.md
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/etiennepinchon/aframe-material
Downloads the entire project code from GitHub to your computer.
cd aframe-material
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install node
Installs the pre-built package via Homebrew β no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
