Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lucidity

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucidity

An electron application for live arts, shader fun and game prototypes.

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Lucidity Build Status

Part of Lucidity project.

This is a meta package for all libraries needed to create a 'lucid' app.

Installation

Currently only works with io.js.

npm install lucidity --save

Setup

Once installed, create an 'index.js' file in the root directory with:

require ( 'lucidity' )
.boot ()

Now you can start your application from within the root directory. Your application will be run by executing the code in the workbench: lucy/work/index.js.

electron .

Note: you can install electron with

npm install -g electron-prebuilt

Modules

  • lucy-app Application runtime and main event loop.
  • lucy-live Live coding support.
  • lucy-compose Scene composition.
  • lucy-three Scene composition for THREE.js.
  • lucy-forge Minimal component/entity composition to 'mixin' behaviors.
  • lucy-boot Electron application main process management.
  • lucy-util Utility library (value smoothing, etc).

Tests

npm test

Contributing

Please use 'jessy style'.

Add unit tests (when possible) for any new or changed functionality.

Issues

Please fill in issues for the specific libraries, not the meta-package 'lucidity'.

Release History

  • 0.1.2 (2015-09-03) Added lucy-compose and lucy-three.
  • 0.1.1 (2015-09-02) Updated docs.
  • 0.1.0 (2015-09-02) Initial release.

Keywords

FAQs

Package last updated on 03 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc