All Projects → archilogic-com → 3dio Js

archilogic-com / 3dio Js

Licence: mit
JavaScript toolkit for interior apps

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 3dio Js

Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (-30.98%)
Mutual labels:  aframe, webgl, threejs, vr, webvr
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (-75.69%)
Mutual labels:  aframe, webgl, threejs, vr, webvr
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+5165.88%)
Mutual labels:  aframe, 3d, threejs, vr, webvr
Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (-52.94%)
Mutual labels:  aframe, webgl, threejs, vr, webvr
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (-63.92%)
Mutual labels:  threejs, vr, webvr, ar, aframe
Moonrider
🌕🏄🏿 Surf the musical road among the stars. Side project built by two people in a few months to demonstrate WebXR.
Stars: ✭ 292 (+14.51%)
Mutual labels:  aframe, webgl, threejs, webvr
Webar Article
WebAR-Article is a responsive and information rich website that is progressively enhanced with Augmented Reality content exposed through experimental web technologies.
Stars: ✭ 225 (-11.76%)
Mutual labels:  webgl, vr, ar, webvr
Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (+34.9%)
Mutual labels:  aframe, threejs, vr, webvr
Webxr Handtracking
👐 WebXR hand tracking examples
Stars: ✭ 116 (-54.51%)
Mutual labels:  aframe, webgl, threejs, vr
Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (-35.69%)
Mutual labels:  webgl, threejs, vr, webvr
Aframe Inspector
🔍 Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
Stars: ✭ 469 (+83.92%)
Mutual labels:  aframe, threejs, vr, webvr
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (-54.51%)
Mutual labels:  threejs, vr, webvr, aframe
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (-70.2%)
Mutual labels:  threejs, vr, webvr, aframe
Vimeo Depth Player
A WebVR volumetric video renderer that uses color-depth based videos hosted on Vimeo.
Stars: ✭ 65 (-74.51%)
Mutual labels:  3d, webgl, threejs, webvr
Aframe Forcegraph Component
Force-directed graph component for A-Frame
Stars: ✭ 60 (-76.47%)
Mutual labels:  aframe, 3d, threejs, vr
A Mmd
A-Frame MMD component
Stars: ✭ 74 (-70.98%)
Mutual labels:  aframe, threejs, vr, webvr
Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (-86.67%)
Mutual labels:  webgl, threejs, vr, webvr
A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (+111.37%)
Mutual labels:  aframe, threejs, vr, webvr
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+413.73%)
Mutual labels:  aframe, threejs, vr, webvr
3d Force Graph Vr
3D force-directed graph component in VR
Stars: ✭ 112 (-56.08%)
Mutual labels:  aframe, 3d, webgl, vr

3dio.js is deprecated visit https://developers.archilogic.com for new developements

Basic Example

Run Demo

<!DOCTYPE html>
<html>
<head>
  <script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
  <script src="https://dist.3d.io/3dio-js/1.1.x/3dio.min.js"></script>
</head>
<body>
<a-scene>
  <!-- A-Frame Components Loading Content from 3d.io -->
  <a-entity io3d-data3d="key:/fd72bf39-9d3a-471f-a4ff-ecaa3f5ff30b/bake/2017-04-15_22-45-14_XsiltX/regular/lighting.gz.data3d.buffer" position="0 -5 -6"></a-entity>
  <a-entity io3d-furniture="id:10a54bcf-3b9c-4518-b7ea-81c4251cf5a4" position="-0.85 -5 -5.4"></a-entity>
</a-scene>
</body>
</html>

Learn more about using 3d.io data at https://furniture.3d.io

Documentation

https://3d.io/docs/api/2/

Install

Browser

Requirements: A-frame v0.8 or lower

<head>
  <!-- latest minor version -->
  <script src="https://dist.3d.io/3dio-js/1.x.x/3dio.min.js"></script>
</head>

Server

npm install 3dio --save

Installation tutorial for beginners: https://www.npmjs.com/package/3dio/tutorial

Features

https://3d.io/#products

Use Cases

https://3d.io/#use-cases

Contribute

Install local dev environment:

  1. Clone repository:

    git clone https://github.com/archilogic-com/3dio-js.git ; cd ./3dio-js

  2. Install global packages:

    npm install rollup -g ; npm install lite-server -g

  3. Install local packages:

    npm install

  4. Run local dev server:

    npm start

  5. Run tests:

    npm test

Please follow our Contribution guidelines

Build Status

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