Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
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
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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.