veinsjs

1.0.32 • Public • Published

Veins

What is it?

Veins is a Three.js-based and iTowns-based framework written in TypeScript/Javascript/WebGL for visualizing 3D Scene.

Documentation and examples

none

How to use

You can use it through npm (the preferred way) or download a bundle from our github release page.

With npm

In your project:

npm install --save veinsjs

This 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>

Contributing

If you are interested in contributing to Veins, please contact us with

Email:VeinKowal@163.com or WeChat(微信):15195806316.

Support

Mr.Guo

Readme

Keywords

Package Sidebar

Install

npm i veinsjs

Weekly Downloads

0

Version

1.0.32

License

ISC

Unpacked Size

70.8 MB

Total Files

1456

Last publish

Collaborators

  • guoweiyu