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.
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
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.
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.