Skip to content
#

canvas2d

Here are 826 public repositories matching this topic...

react-canvas-draw
suchipi
suchipi commented Apr 12, 2020

It would be nice to have a component that can expose the frames of an animated GIF image using the Animation interface; I'm picturing something like this:

import { useType, useNewComponent, GIF, useDraw } from "@hex-engine/2d";
import someGifFile from "./whatever.gif";

function MyComponent() {
  useType(MyComponent);

  const gif = u
help wanted good first issue 2d
thorvg
projectitis
projectitis commented May 3, 2022

The next version of the Rive renderer requires support for image meshes. ThorVG currently has support for a texture map (2 triangles) but would need to allow mapping via an arbitrary mesh.

good first issue feature

Improve this page

Add a description, image, and links to the canvas2d topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the canvas2d topic, visit your repo's landing page and select "manage topics."

Learn more