Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
A tool for converting .vox files to Unreal Engine geometry. What are .vox files? They're the native file format generated by the amazing, lightweight MagicaVoxel editor.
npm install -g voxel-toy
Don't have NodeJS or NPM? Get it here: https://nodejs.org
vox -f /path/to/file.vox
Once the .t3d file has been generated, open the file in a text editor and copy the entire contents. Open UE4 and paste the contents into the scene editor. Your voxel model will now be converted into UE4 BSPs/brushes/geometry.
-c, --compress
Merge individual voxels into larger blocks where possible
-f, --file
The path to the .vox file
-s, --size
The size of each individual voxel in UE4 units
Example:
vox -f /path/to/file.vox -s 200 -c true
git clone https://github.com/bberak/voxel-toy
cd voxel-toy
npm install
node src/index.js
Install pkg
globally:
npm install -g pkg
Create a MacOS executable:
pkg -t node8-macos-x64 -o vox .
Create a Windows executable:
pkg -t node8-win-x64 -o vox .
FAQs
Tool for converting .vox files to other useful formats
We found that voxel-toy 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.