magic-script-components
magic-script-components copied to clipboard
MagicScript Component Framework
### Description - Make `magic-script run` work on the simulator. - Currently uses `mxs bin/index.js`, so just run this for now and work with SDK team to enable starting simulator...
### Description Add support for quad nodes. A quad node represents a simple 2-d rectangle that can be drawn on. Quad node's supported properties (based on `QuadNode.h` and `quad-builder.js`): ```...
In order to simplify the UI declaration by avoiding multiple if/else or switch blocks the property value should accept (and ignore) value of `undefined`. There is a risk of silently...
docs/components/Audio.md docs/components/Model.md docs/components/Image.md docs/components/Video.md docs/components/TextEdit.md Shall have harmonized file name / absolute file name / path property names.
This means allowing users to specify an `file` or `http` path and the platform implementation performing the http request or file request on the users behalf and transparent to the...
We need to generate the JSON schema automatically from the source code for this repo instead of from Lumin Runtime. Please have @ddubrow review
Some components use property `size` of type `vec2` which is array of two elements ([width, height]) and other use properties as `width` and `height`. This is inconsistent and needs to...
Currently, only the overload that accepts an item index is exposed to scripting (presumably because of the lack of method overloading in JavaScript). Need to investigate whether renaming a function...