vue-gl

Vue.js components rendering 3D graphics reactively via three.js

Github stars Tracking Chart

VueGL

Vue.js components rendering 3D WebGL graphics reactively with
three.js.

NPM
FOSSA Status
CircleCI
codecov
Financial Contributors on Open Collective

Usage

<!-- Load scripts -->
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/three"></script>
<script src="https://unpkg.com/vue-gl"></script>

<!-- Define canvas and objects -->
<vgl-renderer id="vgl-canvas">
  <vgl-sphere-geometry name="sphere"></vgl-sphere-geometry>
  <vgl-scene>
    <vgl-mesh geometry="sphere"></vgl-mesh>
  </vgl-scene>
  <vgl-perspective-camera orbit-position="5 0 0"></vgl-perspective-camera>
</vgl-renderer>

<!-- Register components and start vue -->
<script>
Object.keys(VueGL).forEach(name => Vue.component(name, VueGL[name]));
new Vue({ el: "#vgl-canvas" });
</script>

See the documentation for more information.

Components

Contribution

Are you interested in enhance this product?
We're really glad and thanks a lot!
See Contributing guidelines to get started.

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].


Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a
link to your website. [Contribute]










License

FOSSA Status

Main metrics

Overview
Name With Ownervue-gl/vue-gl
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2017-09-03 21:51:38
Pushed At2024-03-29 08:03:22
Last Commit At2024-01-23 17:57:22
Release Count40
Last Release Namev1.0.1 (Posted on )
First Release Namev0.0.1 (Posted on )
用户参与
Stargazers Count683
Watchers Count18
Fork Count73
Commits Count2.5k
Has Issues Enabled
Issues Count87
Issue Open Count27
Pull Requests Count1111
Pull Requests Open Count5
Pull Requests Close Count258
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private