0.0.13 • Published 2 years ago

@rapidajs/rapida v0.0.13

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

@rapidajs/rapida

@rapidajs/rapida is a javascript package that makes creating interactive 3d content for the web with three.js easy!

Visit the rapidajs website for documentation and examples.

  • Build out your 3D scenes with three.js
  • Add physics to your world with cannon-worker, which runs cannon-es in a web worker
  • Add complex logic to your world with the rapida Entity Component System
  • Simple API for handling multiple renderers and multiple views within renderers

rapida is under active alpha development and is not yet battle-tested and stable. We don't recommend using rapida in production just yet, but watch this space!

Installation

To get started using rapida, install @rapidajs/rapida and three.

> yarn add @rapidajs/rapida three