1.0.0-alpha • Published 5 years ago

geometries v1.0.0-alpha

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

◼ Geometries

Primitives. Definition - Examples

This library is fully optimized (please open a new issue if you've some recommendations) and is dependency-free to be fast and lightweight.

TypeWeightGzip
CJS14.37kb2.58kb
ES14.26kb2.51kb
UMD7.3kb1.99kb

NPM

Getting started

You should import the primitives you want to use:

import { Box as BoxGeometry } from '@bastienrobert/geometries'

then, you can create a new instance like:

const box = new BoxGeometry()

To do

  • Geometry
    • Basic main interface
  • Examples
    • GUI
  • Geometries
    • Plane
    • Cube
    • Sphere
    • Cone (is a cylinder)
    • Cylinder
    • Torus
    • Icosahedron
    • Dodecahedron
    • Tetrahedron
1.0.0-alpha

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago