Gathering detailed insights and metrics for matter-js
Gathering detailed insights and metrics for matter-js
Gathering detailed insights and metrics for matter-js
Gathering detailed insights and metrics for matter-js
@types/matter-js
TypeScript definitions for matter-js
section-matter
Like front-matter, but supports multiple sections in a document.
gray-matter
Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and
front-matter
Extract YAML front matter from a string
npm install matter-js
97.5
Supply Chain
99.6
Quality
76.8
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
16,914 Stars
1,002 Commits
1,966 Forks
237 Watching
9 Branches
25 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-2.3%
3,947
Compared to previous day
Last week
2.2%
23,216
Compared to previous week
Last month
5.7%
97,193
Compared to previous month
Last year
17.3%
921,637
Compared to previous year
Matter.js is a JavaScript 2D rigid body physics engine for the web
Demos ・ Gallery ・ Features ・ Plugins ・ Install ・ Usage ・ Examples ・ Docs ・ Wiki ・ References ・ License
|
See how others are using matter.js physics
You can install using package managers npm and Yarn using:
npm install matter-js
Alternatively you can download a stable release or try the latest experimental alpha build (master) and include the script in your web page:
<script src="matter.js" type="text/javascript"></script>
Bundlers and frameworks may reduce real-time performance when using their default configs, especially in development modes.
When using Webpack, the default sourcemap config can have a large impact, for a solution see issue.
When using Vue.js, watchers can have a large impact, for a solution see issue.
Visit the Getting started wiki page for a minimal usage example which should work in both browsers and Node.js.
Also see the Running and Rendering wiki pages, which show how to use your own game and rendering loops.
See the list of tutorials.
See the examples directory which contains the source for all demos.
There are even more examples on codepen.
The engine can be extended through plugins, see these resources:
See the API Documentation and the wiki
To build you must first install node.js, then run
npm install
This will install the required build dependencies, then run
npm run dev
to spawn a development server. For information on contributing see CONTRIBUTING.md.
To see what's new or changed in the latest version, see the changelog.
See the wiki page on References.
Matter.js is licensed under The MIT License (MIT)
Copyright (c) 2014 Liam Brummitt
This license is also supplied with the release and source code.
As stated in the license, absolutely no warranty is provided.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
28 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More