Joe Pea
Joe Pea
@marklu For what reason may we want to round positioning to the nearest pixel value?
This might be fixed. Needs testing.
I'd like to adopt SkateJS for conveniences it offers like automatic mapping of attributes to instance properties, and vice versa, among other things. Then I'd like to make a mixin...
- [ ] Be sure to consider how doing something like `el.attributes.foo.value = "foo"`. That should also then accept non-strings for consistency.
The only downside of this is that it introduces a small async delay between the render tasks (awaiting the promise), whereas the nested version is instantaneous.
A possibility could be to to allow adding multiple tasks, all of which are run in succession, and which could effectively use the promise technique internally: ``` js Motor.addSequentialRenderTasks(() =>...
Nvm, I'd like to move to a more declarative-reactive approaches using idioms like in Solid.
Hmm, actually, maybe some ideas here could still be useful. Hmmm...
The `weights$1` error was fixed in b985ec7bf8a1f1f8ace2d4051d7d522f9a1ce988. Now we just have to make sure all browser features are polyfilled for browsers that don't have them.
WebGL stuff should have a default mesh too, etc. Similar to SVG, things should at least be visible on the screen right when someone tries to use the library for...