Veins is a Three.js-based and iTowns-based framework written in TypeScript/Javascript/WebGL for visualizing 3D Scene.
none
You can use it through npm (the preferred way) or download a bundle from our github release page.
In your project:
npm install --save veinsjsThis package contains the TypsScript-compatible sources of Veins.
if you use TypeScript, you can directly write
import * as Veins from 'veinsjs'else if you use Javascript, you can write
import 'veinsjs/dist/veins.min.js'Alternatively, we provide a bundle you can directly include in your html files
that exposes Veins in window:
<script src="node_modules/veinsjs/dist/veins.min.js"></script>If you are interested in contributing to Veins, please contact us with
Email:[email protected] or WeChat(微信):15195806316.
Mr.Guo