1.1.2 • Published 3 years ago
sqe v1.1.2
sqe
SQE 是基于 threejs 的库,用于简单快速的创建 3D 特效!
Project explain
基础用法:
import { World , MeshComponent } from 'sqe'
const world = new World()
world.start(document.getElementById(el))
world.add(new MeshComponent())
为了方便调式,SQE 提供了场景编辑器 sqe-editer