All Projects → supermedium → Superframe

supermedium / Superframe

Licence: mit
📦 A super collection of A-Frame components.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Superframe

A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (-49.2%)
Mutual labels:  aframe, vr, virtual-reality, webvr
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (-89.07%)
Mutual labels:  vr, webvr, aframe, virtual-reality
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+1165.6%)
Mutual labels:  aframe, vr, virtual-reality, webvr
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (-91.33%)
Mutual labels:  vr, webvr, aframe, virtual-reality
Aframe React
:atom: Build virtual reality experiences with A-Frame and React.
Stars: ✭ 1,199 (+13.01%)
Mutual labels:  aframe, vr, virtual-reality, webvr
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (-92.84%)
Mutual labels:  vr, webvr, aframe, virtual-reality
Aframe Inspector
🔍 Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
Stars: ✭ 469 (-55.8%)
Mutual labels:  aframe, vr, virtual-reality, webvr
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+23.47%)
Mutual labels:  aframe, vr, virtual-reality, webvr
Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (-67.58%)
Mutual labels:  aframe, vr, virtual-reality, webvr
aframe-react
React library for A-frame
Stars: ✭ 58 (-94.53%)
Mutual labels:  vr, webvr, aframe
virtual-reality-tour
📍 Virtual reality travel in Google Street View.
Stars: ✭ 34 (-96.8%)
Mutual labels:  vr, aframe, virtual-reality
aframe-xylayout
Flexbox like 2D layout + UI components for A-Frame.
Stars: ✭ 23 (-97.83%)
Mutual labels:  vr, webvr, aframe
Aframe Particle System Component
Particle systems for A-Frame.
Stars: ✭ 156 (-85.3%)
Mutual labels:  aframe, vr, webvr
webvrrocks
Your guide to Virtual Reality in the browser.
Stars: ✭ 116 (-89.07%)
Mutual labels:  vr, webvr, virtual-reality
Networked Aframe
A web framework for building multi-user virtual reality experiences.
Stars: ✭ 803 (-24.32%)
Mutual labels:  aframe, virtual-reality, webvr
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (-83.41%)
Mutual labels:  aframe, vr, webvr
3dio Js
JavaScript toolkit for interior apps
Stars: ✭ 255 (-75.97%)
Mutual labels:  aframe, vr, webvr
pacman
Pacman WebVR using Aframe
Stars: ✭ 20 (-98.11%)
Mutual labels:  vr, webvr, aframe
Aframe Persist Component
Persisting Aframe attribute data using localStorage
Stars: ✭ 10 (-99.06%)
Mutual labels:  aframe, virtual-reality, webvr
Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (-88.69%)
Mutual labels:  aframe, vr, webvr

superframe

A super collection of A-Frame components.

VIEW DEMOS

Components

See documentation for individual components:

  • aabb-collider - An axis-aligned bounding box component for A-Frame.
  • animation - Animations in A-Frame using anime.js
  • animation-timeline - A timeline component to use with the A-Frame animation component.
  • atlas-uvs - An A-Frame component to set UVs onto a plane geometry given a gridded texture atlas.
  • audioanalyser - Audio visualizations in A-Frame using Web Audio (AnalyserNode)
  • broadcast - Multi-user in A-Frame using raw websockets
  • camera-recorder - A component to film and record A-Frame scenes with a controlled camera (pans, dollies, tilts).
  • debug-cursor - A component to pretty-log cursor events.
  • entity-generator - Generate a number of entities in A-Frame given a mixin
  • event-set - Set properties in response to events in A-Frame
  • firebase - Multi-user in A-Frame using Firebase
  • fps-counter - A simple FPS counter component to measure performance in VR for A-Frame.
  • geometry-merger - An A-Frame component to merge geometries to reduce draw calls.
  • gltf-part - A component to extract parts from a GLTF model into their own A-Frame entities.
  • haptics - A controller haptics (vibrations) component for A-Frame.
  • layout - Position and layout child entities in 3D space for A-Frame
  • log - In-VR console logs for A-Frame.
  • look-at - Rotate an entity to face towards another entity in A-Frame
  • mountain - Mountain terrain in A-Frame using randomly-generated height maps
  • orbit-controls - Orbit controls component for A-Frame.
  • proxy-event - A component to declaratively proxy events for A-Frame.
  • randomizer - Randomize color, position, rotation, and scale in A-Frame
  • render-order - A component that enables sorting and manually defining render order for transparent objects.
  • state - State management for A-Frame using single global state modified through actions. State flows down to application via declarative binding.
  • sun-sky - Gradient sky with adjustable sun in A-Frame
  • template - Encapsulate groups of entities, use templating engines, and do string interpolations in A-Frame
  • text-geometry - Geometry-based text for A-Frame
  • thumb-controls - An A-Frame component that provides and normalizes directional events for thumbpads and thumbsticks.

Local Installation

Go to the folder of the component or scene you wish to develop and check out its README. The steps generally involve:

git clone [email protected]:supermedium/superframe && cd superframe
# Head to the folder to develop (e.g., `cd components/foo`, `cd scenes/foo`).
npm install
npm run dev  # (or sometimes `npm run start`)

A page should open in your browser. You can develop on the source code and the server will handle live compilation and bundling.

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