SkillAgentSearch skills...

Substrate

A high-speed three.js substrate for visualizing biofidelic data

Install / Use

/learn @aplbrain/Substrate

README

<p align="center"> <img align="center" alt="substrate" src="https://user-images.githubusercontent.com/693511/28587772-50c8d264-7146-11e7-8bbc-2da5d95d5215.png" width="50%" /> <h1 align="center" fontsize="3em">substrate</h1> </p> <p align="center"> <a href="https://badge.fury.io/js/apl-substrate"><img alt="npm version" src="https://badge.fury.io/js/apl-substrate.svg" /></a> • <a href="https://circleci.com/gh/aplbrain/substrate/tree/master"><img alt="CircleCI" src="https://circleci.com/gh/aplbrain/substrate.svg?style=svg" /></a> • <a href="https://codeclimate.com/github/aplbrain/substrate"><img alt="Code Climate" src="https://codeclimate.com/github/aplbrain/substrate/badges/gpa.svg" /></a> </p>

Installation and Configuration

  • Install via npm or yarn:
npm install apl-substrate

OR:

  • Clone the repository.
git clone https://github.com/aplbrain/substrate.git
  • Install all dependencies.
npm install

Usage

import Visualizer from 'apl-substrate/components/Visualizer';
import AxisLayer from 'apl-substrate/components/layers/AxisLayer';

V = new Visualizer({
    renderTarget: "existing-dom-id",
    layers: {
        axis: new AxisLayer()
    }
});

V.triggerRender();

For more documentation, see the docs/ directory.

Contributing

Before contributing, please see the contributors' guide.

License

If not otherwise marked, all code in this repository falls under the license granted in LICENSE.md.

Contributors

Thanks goes to these wonderful people (emoji key):

All Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore -->

| <img src="https://avatars0.githubusercontent.com/u/7283561?v=4" width="100px;"/><br /><sub><b>Joe Downs</b></sub><br />💻 | <img src="https://avatars3.githubusercontent.com/u/14301614?v=4" width="100px;"/><br /><sub><b>hpcowley</b></sub><br />💻 | <img src="https://avatars2.githubusercontent.com/u/693511?v=4" width="100px;"/><br /><sub><b>Jordan Matelsky</b></sub><br />💻 | | :---: | :---: | :---: |

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification. Contributions of any kind welcome!

View on GitHub
GitHub Stars5
CategoryData
Updated10mo ago
Forks1

Languages

JavaScript

Security Score

82/100

Audited on May 28, 2025

No findings