Lucas Dino Nolte

Results 19 comments of Lucas Dino Nolte

This could really be about the same function name. The function name is used to generate the params' cache key in localStorage. So you could run in situations where mechanic...

Sure. Here is a simple example using the React renderer ```js import React, { useEffect, useRef } from "react"; import { useDrawLoop } from "@mechanic-design/engine-react"; export const handler = ({...

@fdoflorenzano thanks, I'll adapt the `create-mechanic` examples. I also think there is no hurry in merging this. It's just something I wanted to explore while working on movie credits using...

Closing this in favor of #152

Might also be worth checking out for outputting various video formats: https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API

Ok, so we've done some testing and research and found the cause of the issue. We use Canvas under the hood to convert the SVG to a PNG. Canvas by...

1. The way it's set up it only resets on page reload. JavaScript modules are singletons by default. By importing it directly from mechanic and not passing it into the...

@fdoflorenzano thanks for the initial set of comments. I just addressed them. From my point of view this should now be ready for you to play with writing some design...

> I was just thinking about this, and I think this is the right implementation. We should make sure that the `getCanvas` function throws an error if it doesn't have...

I updated #152 with a draft implementation showing the new engine behavior for the two new animation modes. A few observations: - Rewriting the frame and done methods as discussed...