mysticsymbolic.github.io/lib
Atul Varma 415f902150
Serialize creature animator. (#233)
In #232, cluster animations were added, but they weren't serialized as part of the cluster design, which meant that sharing them wouldn't copy over the animation.  This fixes that.

This also removes "(experimental)" from the animation widget label.
2021-12-31 09:27:00 -05:00
..
__snapshots__ Add support for gradients (#127) 2021-05-27 16:09:05 -04:00
pages Serialize creature animator. (#233) 2021-12-31 09:27:00 -05:00
animated-gif.ts Add animated GIF export. (#79) 2021-04-10 17:11:12 -04:00
animation.ts Make animation duration changeable (#77) 2021-04-04 08:34:29 -04: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
auth-context.tsx Add gallery submission (#218) 2021-08-22 17:11:18 -04:00
auto-sizing-svg.tsx Add cluster animations. (#232) 2021-12-31 08:47:39 -05:00
base64.test.ts Always permalink to Mandalas. (#99) 2021-04-24 08:46:32 -04:00
base64.ts Always permalink to Mandalas. (#99) 2021-04-24 08:46:32 -04: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 Implement read-only, text-only gallery (#217) 2021-08-22 12:23:51 -04:00
checkbox.tsx Disable 'invert every other symbol' if needed. 2021-04-04 08:46:09 -04:00
color-util.test.ts Factor out parseHexColor(). 2021-06-27 09:19:18 -04:00
color-util.ts Add some hills to the waves page. (#177) 2021-07-04 16:34:17 -04:00
color-widget.css Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
color-widget.tsx Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
colors.ts Add a 'wildcard' (neutral) attachment point type. (#200) 2021-07-05 06:30:05 -04:00
creature-animator.tsx Serialize creature animator. (#233) 2021-12-31 09:27:00 -05:00
creature-symbol-factory.tsx Factor out vocabulary.ts. 2021-03-27 08:29:42 -04:00
creature-symbol.tsx Add cluster animations. (#232) 2021-12-31 08:47:39 -05:00
distribution.test.ts Add a 'creature_frequency_multiplier' TOML property. (#207) 2021-07-17 14:39:19 -04:00
distribution.ts Add a 'creature_frequency_multiplier' TOML property. (#207) 2021-07-17 14:39:19 -04:00
esbuild-shims.js Use esbuild instead of Parcel. (#131) 2021-05-28 07:34:17 -04:00
export-svg.css Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
export-svg.tsx Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
firebase.tsx Refactor GalleryContext.submit() to not take a callback. 2021-08-30 08:21:57 -04:00
gallery-context.tsx Refactor GalleryContext.submit() to not take a callback. 2021-08-30 08:21:57 -04:00
gallery-widget.tsx Refactor GalleryContext.submit() to not take a callback. 2021-08-30 08:21:57 -04:00
hover-debug-helper.css Hover helper tooltips aren't obscured by cursor. 2021-07-18 16:52:18 -04:00
hover-debug-helper.tsx Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
loading-indicator.css Gallery thumbnails (#220) 2021-09-01 09:47:40 -04:00
loading-indicator.tsx Gallery thumbnails (#220) 2021-09-01 09:47:40 -04:00
mandala-circle.tsx Disable 'invert every other symbol' if needed. 2021-04-04 08:46:09 -04:00
numeric-slider.css Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
numeric-slider.tsx Always permalink to Mandalas. (#99) 2021-04-24 08:46:32 -04:00
page-with-shareable-state.tsx Show error modal if deserialization fails. (#226) 2021-09-23 16:04:25 -04:00
page.css Add a cluster editor (#230) 2021-10-04 15:09:02 -04:00
page.tsx Rename 'creature' to 'cluster'. (#223) 2021-09-21 10:40:07 -04:00
palette-algorithm-widget.tsx Allow user to choose from multiple palette algorithms. (#97) 2021-04-17 07:33:27 -04:00
path.ts Extract attachment points and nesting boxes. 2021-02-13 20:47:28 -05:00
point.test.tsx Fix math-related bugs in attachment code. (#5) 2021-02-16 11:52:52 -05:00
point.ts Add a very basic Mandala page. (#57) 2021-03-26 18:07:01 -04:00
random-colors.test.ts Factor out color-util.ts. (#130) 2021-05-28 06:13:19 -04:00
random-colors.ts Enable gradients, set colors to randhue. Fixes #209. 2021-07-17 14:03:04 -04:00
random.test.ts Add multiple complexity levels for creature generation. (#28) 2021-02-22 21:50:14 -05:00
random.ts Baseline color rules working (#111) 2021-04-30 07:15:38 -04:00
randomizer-widget.tsx Add useRememberedState(). (#212) 2021-08-15 15:44:54 -04:00
remembered-details.tsx Add a cluster editor (#230) 2021-10-04 15:09:02 -04:00
serialization.test.ts Store creature state in querystring (#210) 2021-07-24 14:00:42 -04:00
serialization.ts Store creature state in querystring (#210) 2021-07-24 14:00:42 -04:00
specs.ts Add a 'wildcard' (neutral) attachment point type. (#200) 2021-07-05 06:30:05 -04:00
svg-composition-context.tsx Add a 'mono' button. (#229) 2021-09-27 14:43:48 -04:00
svg-symbol-metadata.test.ts Add a 'creature_frequency_multiplier' TOML property. (#207) 2021-07-17 14:39:19 -04:00
svg-symbol-metadata.ts Add a 'creature_frequency_multiplier' TOML property. (#207) 2021-07-17 14:39:19 -04:00
svg-symbol.tsx Add a 'creature_frequency_multiplier' TOML property. (#207) 2021-07-17 14:39:19 -04:00
svg-transform.tsx Add symbol scaling/rotation options. 2021-03-28 16:22:36 -04:00
svg-vocabulary.ts Add 'always include this symbol' dropdown. (#115) 2021-05-12 21:55:18 -04:00
symbol-context-widget.tsx Add a 'disable gradients' toggle. (#148) 2021-06-06 17:49:49 -04:00
test-util.ts Add attach_to metadata. (#52) 2021-03-18 19:32:05 -04:00
unique-id.test.tsx Add support for gradients (#127) 2021-05-27 16:09:05 -04:00
unique-id.tsx Add a 'disable gradients' toggle. (#148) 2021-06-06 17:49:49 -04:00
use-debounced-effect.ts Add a 'disable gradients' toggle. (#148) 2021-06-06 17:49:49 -04:00
use-remembered-state.ts Add useRememberedState(). (#212) 2021-08-15 15:44:54 -04:00
util.test.tsx Add a cluster editor (#230) 2021-10-04 15:09:02 -04:00
util.ts Add a cluster editor (#230) 2021-10-04 15:09:02 -04:00
visible-specs.tsx Add mouseover tooltips with debugging information (#35) 2021-02-27 13:28:44 -05:00
vocabulary-builder.test.ts Add support for gradients (#127) 2021-05-27 16:09:05 -04:00
vocabulary-builder.ts Add support for linear gradients (#135) 2021-05-28 12:41:25 -04:00
vocabulary-widget.tsx Improve layout (#74) 2021-04-02 19:00:29 -04:00
vocabulary.test.ts Add a 'creature_frequency_multiplier' TOML property. (#207) 2021-07-17 14:39:19 -04:00
vocabulary.ts Factor out vocabulary.ts. 2021-03-27 08:29:42 -04:00