Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
pixi-gl-core
Advanced tools
A set of tidy little pixi objects that make working with WebGL simpler
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:
npm install pixi-gl-core --save
Including using Node:
var gl = require('pixi-gl-core');
Including in the Browser:
<canvas id="stage"></canvas>
<script src="node_modules/pixi-gl-core/bin/pixi-gl-core.min.js"></script>
<script>
try
{
var context = pixi.gl.createContext(document.getElementById('stage'));
}
catch(e)
{
console.error("Unable to create WebGL context");
}
</script>
After install NPM module with npm install
, build using:
npm run build
To run a watch, development command.
npm run watch
To generate the documention.
npm run doc
To deploy the documention to the gh-pages branch:
npm run deploy
The API documentation can be found here.
This content is released under the MIT License.
FAQs
A set of tidy little pixi objects that make working with WebGL simpler
The npm package pixi-gl-core receives a total of 10,484 weekly downloads. As such, pixi-gl-core popularity was classified as popular.
We found that pixi-gl-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.