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
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: 881 bytes / CJS: 923 bytes / UMD: 1.01 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
© 2016 - 2020 Karsten Schmidt // Apache Software License 2.0