mysticsymbolic.github.io/lib
Atul Varma c803c41bd0
Add support for nesting in random creature generation. (#34)
This builds upon #30 and #33 by adding support for randomly nested symbols in complexity levels 0-4 of the creature page.

Currently, we don't _recursively_ nest symbols, so e.g. we won't make an eye containing an eye containing a cube.  And for now we'll only add a nested symbol if the parent symbol has the `always_nest` metadata property defined.
2021-02-27 10:02:07 -05:00
..
__snapshots__ Factor out convertSvgMarkupToSymbolData(), add test. 2021-02-21 20:54:36 -05:00
pages Add support for nesting in random creature generation. (#34) 2021-02-27 10:02:07 -05:00
attach.test.tsx Fix math-related bugs in attachment code. (#5) 2021-02-16 11:52:52 -05:00
attach.tsx Fix math-related bugs in attachment code. (#5) 2021-02-16 11:52:52 -05:00
auto-sizing-svg.tsx Factor out auto-sizing-svg.tsx. 2021-02-27 08:35:34 -05:00
bounding-box.test.ts Add basic support for nesting. (#30) 2021-02-25 21:57:10 -05:00
bounding-box.ts Add basic support for nesting. (#30) 2021-02-25 21:57:10 -05:00
browser-main.tsx Add more docs to readme, link to github repo in website. 2021-02-17 07:41:26 -05:00
colors.ts Add anchor attachment point type. (#23) 2021-02-21 21:13:14 -05:00
creature-symbol.tsx Make creature error messages easier to read. 2021-02-27 09:00:18 -05:00
export-svg.tsx Factor out export-svg.tsx. 2021-02-27 08:43:31 -05:00
path.ts
point.test.tsx Fix math-related bugs in attachment code. (#5) 2021-02-16 11:52:52 -05:00
point.ts Fix math-related bugs in attachment code. (#5) 2021-02-16 11:52:52 -05:00
random.test.ts Add multiple complexity levels for creature generation. (#28) 2021-02-22 21:50:14 -05:00
random.ts Add multiple complexity levels for creature generation. (#28) 2021-02-22 21:50:14 -05:00
specs.ts Add anchor attachment point type. (#23) 2021-02-21 21:13:14 -05:00
svg-symbol-metadata.test.ts Add support for TOML symbol metadata. (#33) 2021-02-26 21:30:38 -05:00
svg-symbol-metadata.ts Add support for TOML symbol metadata. (#33) 2021-02-26 21:30:38 -05:00
svg-symbol.tsx Add support for TOML symbol metadata. (#33) 2021-02-26 21:30:38 -05:00
svg-vocabulary.ts
symbol-context-widget.tsx Allow stroke width to go to 0. Fixes #14. 2021-02-20 11:41:41 -05:00
util.test.tsx Add multiple complexity levels for creature generation. (#28) 2021-02-22 21:50:14 -05:00
util.ts Add multiple complexity levels for creature generation. (#28) 2021-02-22 21:50:14 -05:00
visible-specs.tsx
vocabulary-builder.test.ts Factor out convertSvgMarkupToSymbolData(), add test. 2021-02-21 20:54:36 -05:00
vocabulary-builder.ts Add support for TOML symbol metadata. (#33) 2021-02-26 21:30:38 -05:00