Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mini-mimikyu/veins

Repository files navigation

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:[email protected] or WeChat(微信):15195806316.

Support

Mr.Guo

About

VeinsJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages