layerspace
v0.2.7
Published
Web 3D Make Make Easily
Downloads
11
Maintainers
Readme
layerspace is basically three js
wrapper library, but has more functions like
layer management, pointcloud support (potree), and other awesome features. We
need to write a lots of code for make simple three js project. That'w why made
this library for three js project with intuitive codes.
Quick start
First, you shold add this node module to your project using node package manager
yarn add layerspace
Just import and make instance is everything
import LayerSpace from 'layerspace'
const layerSpace = new LayerSpace(option)
But option
variable is quite complicate, because this library's phylosopy is
based on All in Config
. Example with simplest option is below
<div id="layerspace" />
const option = {
id: 'layerspace'
}
Then, you could see blank black space.
More usage
Contribution
This project is based on three js
and other three js libraries and my structure philosophy and codes
Using libraries are
three-loader
camera-controls
hold-event
Currently, this project is alpha version. So please feel free to contribute