Skip to content

amiradeu/p5-matter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Template

A simple base startup files for P5.js & Matter.js experiments.

Libraries

How to use

Matter is mainly used as a physics engine, thus the whole physics canvas is hidden from view with css but remain interactable. Toggle the opacity line to show/hide the physics appearance.

.matter-canvas-wrapper {
    ...
    /* hide physics debug */
    /* opacity: 0; */
}

About

Base template for P5.js & Matter.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published