0.2.7 • Published 2 years ago

layerspace v0.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

pointland

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

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago