Gathering detailed insights and metrics for pixi-gl-core
Gathering detailed insights and metrics for pixi-gl-core
Gathering detailed insights and metrics for pixi-gl-core
Gathering detailed insights and metrics for pixi-gl-core
npm install pixi-gl-core
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
84 Stars
119 Commits
20 Forks
9 Watching
6 Branches
9 Contributors
Updated on 16 Jul 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-26.5%
1,696
Compared to previous day
Last week
-6.1%
12,406
Compared to previous week
Last month
36%
52,042
Compared to previous month
Last year
18.7%
498,755
Compared to previous year
A set of tidy little pixi objects that make working with WebGL simpler.
They are used under the hood in Pixi v4. They should also give more users the ability to do more advanced stuff with WebGL in v4 too.
See the components in action here.
Installing using NPM:
1npm install pixi-gl-core --save
Including using Node:
1var gl = require('pixi-gl-core');
Including in the Browser:
1<canvas id="stage"></canvas> 2<script src="node_modules/pixi-gl-core/bin/pixi-gl-core.min.js"></script> 3<script> 4 try 5 { 6 var context = pixi.gl.createContext(document.getElementById('stage')); 7 } 8 catch(e) 9 { 10 console.error("Unable to create WebGL context"); 11 } 12</script>
After install NPM module with npm install
, build using:
1npm run build
To run a watch, development command.
1npm run watch
To generate the documention.
1npm run doc
To deploy the documention to the gh-pages branch:
1npm run deploy
The API documentation can be found here.
This content is released under the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 6/17 approved changesets -- score normalized to 3
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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