Skip to content

A small prototype demonstrating a 2D React-MatterJS-SVG renderer achieving reasonable (but optimizable) performance

Notifications You must be signed in to change notification settings

tmf/doodle-doodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doodle Doodle

Just some random experiments with react and matter-js and a demo built with create-react-app

Get started

  • run the demo
npm i
npm start
  • use the component
import React from 'react';
import ReactDOM from 'react-dom';
import { Doodle } from 'doodle-doodle';

ReactDOM.render(
  <Doodle />,
  document.getElementById('root')
);

About

A small prototype demonstrating a 2D React-MatterJS-SVG renderer achieving reasonable (but optimizable) performance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published