Skip to content

Official block prototypes for Lucidity (common library for all users).

Notifications You must be signed in to change notification settings

lucidogen/lucy-library

Repository files navigation

lucy-library

travis

Official components and documentation for Lucidity a JS/Typescript programming environment to create interactive applications for live arts (vj, mapping, etc).

Tutorials

Vocabulary

A block is the simplest processing unit (think script). It contains functions and meta information such as types used to type check a graph before running it.

A node is the representation of a block inside a graph. It simply contains who the parent is and which children nodes are connected. The node contains a reference to a single block.

A graph is a combination of nodes.

A component is either what a user can save to the library. It can be a single block or a graph containing many blocks and nodes.

Contributing

To make sure the blocks contributed to the library are as useful as possible, we ask that every block satisfies the following requirements:

  • It is used in at least one markdown documentation file describing a task.
  • It contains type annotations on all provided fields and exported methods. This helps us type check the library before releasing new versions.
  • It has the mandatory meta fields.

Some hints on choosing tags: start with the most generic tags (like '3D') and move to the more specific ones (like 'cube'). Tags for the provided context are automatically added.

For example, here are the tags for three.Mesh:

[ '3D', 'three.js', 'object3d', 'mesh', 'cube' ]

About

Official block prototypes for Lucidity (common library for all users).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published