vue-gl

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

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者vue-gl/vue-gl
主編程語言JavaScript
編程語言JavaScript (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2017-09-03 21:51:38
推送於2024-03-29 08:03:22
最后一次提交2024-01-23 17:57:22
發布數40
最新版本名稱v1.0.1 (發布於 )
第一版名稱v0.0.1 (發布於 )
用户参与
星數683
關注者數18
派生數73
提交數2.5k
已啟用問題?
問題數87
打開的問題數27
拉請求數1111
打開的拉請求數5
關閉的拉請求數258
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?