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.
Skinnable avatar player model for voxel games
This module is similar to @maxogden's minecraft-skin, but instead of using three.js, it uses gl-modules. Returns a gl-vao object containing the vertices and UV coordinates for the player model, for use with the provided vertex and fragment shaders.
For an example, run npm start
or check out the live demo.
Try dragging a skin image file from your hard disk onto the demo to change the textures.
The included example uses @substack's skin:
Here's how the avatar looks when using changing it to , @maxogden skin:
Or the classic "Steve" skin from Minecraft (not included):
Currently supported:
(Minecraft is property of Mojang Specifications).
mat4 projectionMatrix, modelViewMatrix
: the usual transformation matricessampler2D skin
: skin texture, should be in one of the above supported formats (for example from a gl-texture2d)float rArmRotateX
: right arm rotation X (radians)float lArmRotateX
: left arm rotation X (radians)float rLegRotateX
: right leg rotation X (radians)float lLegRotateX
: left leg rotation X (radians)Example of setting the rotation uniforms:
MIT
FAQs
skinned avatar player model for voxel games
The npm package avatar receives a total of 108 weekly downloads. As such, avatar popularity was classified as not popular.
We found that avatar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.