theatre/theatre/core
Aria Minaei ae8be59366 Implement a basic benchmark test, and deprecate derivation.map()/flatMap()
This starts a new workspace at `packages/benchmarks` where future benchmarks
are going to sit. For now, it only contains a basic profile of a `sequence.play()`
setup.

It also removes all uses of `AbstractDerivation.map()/flatMap()` and uses prisms
instead.
2023-01-04 20:49:35 +01:00
..
devEnv Started adopting api-extractor 2021-10-02 13:48:02 +02:00
src Implement a basic benchmark test, and deprecate derivation.map()/flatMap() 2023-01-04 20:49:35 +01:00
LICENSE Initial OSS commit 2021-06-18 13:05:06 +02:00
package.json 0.6.0-dev.3 2023-01-04 20:35:56 +01:00
README.md Update links to the docs 2022-11-24 17:42:13 +01:00

Theatre.js - Core

Theatre.js is an animation library for high-fidelity motion graphics. It is designed to help you express detailed animation, enabling you to create intricate movement, and convey nuance.

Theatre.js can be used both programmatically and visually.

You can use Theatre.js to:

  • Animate 3D objects made with THREE.js or other 3D libraries

    s

    Art by drei.lu

  • Animate HTML/SVG via React or other libraries

    s

  • Design micro-interactions

    s

  • Choreograph generative interactive art

    s

  • Or animate any other JS variable

    s

Documentation and Tutorials

You can find the documentation and video tutorials here.

Community

Join us on Discord, follow the updates on twitter or write us an email.

@theatre/core

Theatre.js comes in two packages: @theatre/core (the library) and @theatre/studio (the editor). This package is the core library.

Bundle size

@theatre/core is currently around 20KiB compressed with all its dependencies.

License

Apache 2.0