mrmaxm
mrmaxm
QR image tracking and the ability to manage images while the session is running - would be a great move forward for an API. I've integrated current specs into [PlayCanvas...
This is Specs repo, and for implementation bugs, please use https://bugs.chromium.org/p/chromium/issues/list (for Chrome).
One option with highest GAPI is the way to go. With easy way to force a specific GAPI for testing purposes in Launcher. Need to have apparent UX and some...
Providing UI to the user that no GAPI is available should be down to the user with probably default behaviour (if not provided by user) with very minimal UI by...
It does sound pretty nice, with a few caveats (good to mention in the first post as well), as drawbacks vs existing or other potential solutions - are as important...
As a good exercise when designing APIs, please show code implementation of these examples: ### Complex JSON ```javascript var Example = pc.createScript('example'); Example.attributes.add('chunks', { type: 'json', array: true, schema: [{...
@slimbuck code above does not have `@attribute`, where exactly you would add it?
Looks like there is almost full feature parity between old-way and JSDoc-way. The only drawback - is how verbose and made of many concepts the new definition is. So it...
> For such simple types I would opt for one-liners: `assetType` - is not a type, but a string enum, with these options: ``` "animation" | "container" | "font" |...
Looking at JSDoc, these brackets: `` are used either for iterators (set, map) or promises. And the type inside of brackets - is an actual type of a thing. In...