
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This repository contains UtahPot library, which help when using WebGPU (WGPU) in your projects.
To install:
npm i utahpot
We reccomend to use this architecture:

constuctor(position: vec3, thetha: number, phi: number)
Creates a new camera at the "position" with "eulers" of "thetha" and "phi"
update()
Updates all info about camera for new frame
get_view()
Returns "view"
get_position() / set_position(position: vec3)
Returns or sets "position"
get_eulers() / set_eulers(eulers: vec3)
Returns or sets "eulers"
spin_camera(dX: number, dY: number)
Tilts the camera along X and Y axes for "dX" and "dY" degrees
move_camera(forwards_amount: number, right_amount: number, up_amount: number)
Moves camera for "forwards_amound", "right_amount", "up_amount"
constuctor(position: vec3)
Creates a new light at the "position"
update()
Updates all info about light for new frame
get_position() / set_position(position: vec3)
Returns or sets "position"
get_eulers() / set_eulers(eulers: vec3)
Returns or sets "eulers"
move_camera(forwards_amount: number, right_amount: number, up_amount: number)
Moves light for "forwards_amound", "right_amount", "up_amount"
constuctor(position: vec3)
Creates a new object at the "position"
update()
Updates all info about object for new frame
get_model()
Returns "model"
get_position() / set_position(position: vec3)
Returns or sets "position"
get_eulers() / set_eulers(eulers: vec3)
Returns or sets "eulers"
rotateX(deg: number) / rotateY(deg: number) / rotateZ(deg: number)
Rotates the object for "deg" degrees
initialize(device: GPUDevice, url: string, bindGroupLayout)
Initializing a new Material(texture) from "url" for the "device" with "bindGroupLayout"
constructor(device: GPUDevice)
Creates a new mesh for the "device"
constructor()
Creates an empty obj file mesh
initialize(device: GPUDevice, url: string)
Initializing a new .obj file mesh from "url" for the "device" ready for rendering
FAQs
Library, providing a simple and convenient way to use WebGPU
We found that utahpot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.