alfongj
alfongj
Really? That's exciting. I couldn't make it work and saw: * on README.md "Most stuff should work. I am currently working on parametric L-System support.". * that the [getting started...
I found the issue. If you define a parametric's system axiom as a simple string (e.g. "X") and then have parametric productions, then it doesn't work -- "axiom" moving forward...
``` if (typeof newAxiom === 'string') { newAxiom += result; } else if (result instanceof Array) { // If result is an array, merge result into new axiom instead of...
They are not currently available for download with the SDK. Will keep this issue open to track the request
Status: working with UX on mocks and flows for this.
I think there's an issue with parsing coordinate attributes in general. A quick hack that fixes this: In the update() function ``` const parsedAttributes = JSON.parse(JSON.stringify(this.el.components.environment.attrValue)); // Add this **Object.keys(parsedAttributes).map(function(key,...
I am working internally with a designer to obtain UX mocks for this.
I am working internally with a designer to obtain UX mocks for this.