Link Search Menu Expand Document

You are browsing the documentation for v0.x.
Visit here for the newest version.

Guide

What is VueGL?

VueGL is a component library for Vue.js and enables to handle three.js objects through Vue.js’ API.

Vue.js is one of very popular frameworks for building web apps or interactive web sites. Vue.js renders data to DOM declaretively and dynamically, so that makes creating interactive interfaces easier.

three.js is a 3D graphics library to use WebGL. It provides classes wrapping WebGL APIs, so that we can handle 3D objects intuitively.

They aim different targets to be rendered. Vue.js renders into DOM and three.js renderes into canvas.

Then VueGL bridge them! VueGL components render data to WebGL canvas declaretively and dynamically.

Installation »


Table of contents