This project is part of the @thi.ng/umbrella monorepo.
Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support.
ALPHA - bleeding edge / work-in-progress
Search or submit any issues for this package
yarn add @thi.ng/scenegraph
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/scenegraph?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/scenegraph/lib/index.umd.js" crossorigin></script>
Package sizes (gzipped, pre-treeshake): ESM: 900 bytes / CJS: 938 bytes / UMD: 1.03 KB
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 |
TODO
Karsten Schmidt
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
}
© 2016 - 2021 Karsten Schmidt // Apache Software License 2.0