Skip to content

Latest commit

 

History

History

scenegraph

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@thi.ng/scenegraph

npm version npm downloads Mastodon Follow

This project is part of the @thi.ng/umbrella monorepo.

About

Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support.

Status

ALPHA - bleeding edge / work-in-progress

Search or submit any issues for this package

Related packages

Installation

yarn add @thi.ng/scenegraph

ES module import:

<script type="module" src="https://cdn.skypack.dev/@thi.ng/scenegraph"></script>

Skypack documentation

For Node.js REPL:

const scenegraph = await import("@thi.ng/scenegraph");

Package sizes (brotli'd, pre-treeshake): ESM: 851 bytes

Dependencies

Usage examples

Several demos in this repo's /examples directory are using this package.

A selection:

Screenshot Description Live demo Source
2D scenegraph & shape picking Demo Source
2D scenegraph & image map based geometry manipulation Demo Source
Minimal shader graph developed during livestream #2 Demo Source

API

Generated API docs

TODO

Authors

If this project contributes to an academic publication, please cite it as:

@misc{thing-scenegraph,
  title = "@thi.ng/scenegraph",
  author = "Karsten Schmidt",
  note = "https://thi.ng/scenegraph",
  year = 2016
}

License

© 2016 - 2022 Karsten Schmidt // Apache License 2.0