All Projects → sascha245 → Vue Threejs Composer

sascha245 / Vue Threejs Composer

Licence: mit
Compose beautiful 3D scenes with Vue and Three.js

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Vue Threejs Composer

Three.js Pathtracing Renderer
Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
Stars: ✭ 872 (+1545.28%)
Mutual labels:  threejs
3d kibana charts vis
3D Kibana Charts: Pie Chart, Bars Chart, Bubbles Chart
Stars: ✭ 34 (-35.85%)
Mutual labels:  threejs
Aframe Camera Transform Controls Component
Camera transform controls component for A-Frame
Stars: ✭ 47 (-11.32%)
Mutual labels:  threejs
Expo Chroma Key Camera
Live green-screen effect with Expo and THREE.js
Stars: ✭ 28 (-47.17%)
Mutual labels:  threejs
Egjs View3d
Fast & customizable 3D model viewer for everyone
Stars: ✭ 34 (-35.85%)
Mutual labels:  threejs
House
Proof of Concept and Research repository.
Stars: ✭ 37 (-30.19%)
Mutual labels:  threejs
3dsnakegame
A 3D Snake game with THREE.js
Stars: ✭ 12 (-77.36%)
Mutual labels:  threejs
Ar Gif
Easy to use augmented reality web components
Stars: ✭ 52 (-1.89%)
Mutual labels:  threejs
Expo Stack
🎮🧱 stack game clone made in expo (ios, android, web), three.js, react native
Stars: ✭ 34 (-35.85%)
Mutual labels:  threejs
Webgl Structure
🚀 A modern, ES6 based, javascript structure for WebGL based projects with THREE.js!
Stars: ✭ 44 (-16.98%)
Mutual labels:  threejs
Bimserver Nodejs
OpenSouce BIMServer NodeJs
Stars: ✭ 28 (-47.17%)
Mutual labels:  threejs
Three Object Loader
[DEPRECATED] NodeJS wrapper for Three.js' OBJLoader function
Stars: ✭ 31 (-41.51%)
Mutual labels:  threejs
Onthefly
🔗 Generate TinySVG, HTML and CSS on the fly
Stars: ✭ 37 (-30.19%)
Mutual labels:  threejs
3d Box Shot Maker
Free tool to generate 3D box shots for your online products.
Stars: ✭ 20 (-62.26%)
Mutual labels:  threejs
001
draw_code.001 — ThreeJS, WebGL & GLSL
Stars: ✭ 48 (-9.43%)
Mutual labels:  threejs
Encom Globe
🌎 WebGL globe based on the boardroom scene from Tron: Legacy
Stars: ✭ 872 (+1545.28%)
Mutual labels:  threejs
Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (-35.85%)
Mutual labels:  threejs
Shadoweditor
Cross-platform 3D scene editor based on three.js, golang and mongodb for desktop and web. https://tengge1.github.io/ShadowEditor-examples/
Stars: ✭ 1,060 (+1900%)
Mutual labels:  threejs
Solarsys
Realistic Solar System simulation with three.js
Stars: ✭ 49 (-7.55%)
Mutual labels:  threejs
Whitestorm App Boilerplate
[WIP] WhitestormJS 2 App boilerplate
Stars: ✭ 42 (-20.75%)
Mutual labels:  threejs

vue-threejs-composer

Build beautiful and interactive scenes in the easy way.

Why?

Today there are already a few libraries out there to create scenes in Vue with Three.js:

These libraries are good for creating simple scenes, as they allow us to easily create basic 3D content, sometimes even with physics.

For more complex ones however, we need more control for some aspects:

  • Better and easier management of your assets and scenes
  • Creating content with pure THREE.js

This library allows us to do exactly that.

Features

This library won’t include any basic geometries, materials and more advanced stuff.

It will only implement a base from which you can easily extend from, as well as implement some in-build functionalities to relieve the user of common problems experienced in normal THREE.js projects:

  1. In-build asset and scene manager
  2. Helpers for loading and instantiating 3D models.
  3. Create custom content and components with pure THREE.js code.

Installation

Install THREE.js: npm install three --save

Optionally, install THREE.js typings: npm install @types/three --save-dev

Install this package: npm install vue-threejs-composer --save

Samples

If you want to test out our samples, you can clone our repository and launch our samples with the following commands:

Install dependencies npm install

Launch development server npm run serve

Play around with the files in /samples. The demo scene is situated at /samples/views/Demo.vue

Documentation

Here the link to the official documentation. Note however that the writing of the documentation is still in progress.

If you can't find what you are looking for in the documentation, you can also open a new ticket describing your issue.

License

This project is licensed under the MIT License - see the LICENSE.md for details

Acknowledgments

  • Inspired in some aspects by vue-gl
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].