Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
PyViz3D is a python package to visualize 3D scenes directly in your browser, and create beautiful renderings with blender.
python -m pip install pyviz3d
Scene graph example, including blender rendering. [Show Code] [Show Demo]
Blender example, including blender rendering. [Show Code] [Show Demo]
Arrow example. [Show Code] [Show Demo]
Bounding boxes example. [Show Code] [Show Demo]
Polygon meshes (.obj and .ply). [Show Code] [Show Demo]
Point clouds, segments and normals. [Show Code] [Show Demo]
Polylines. [Show Code] [Show Demo]
Superquadrics. [Show Code] [Show Demo]
Text Labels. [Show Code] [Show Demo]
Instructions for PyPi and API Token.
One time setup:
vim ~/.pypirc # put __token__ as username
python3 -m pip install build twine
python3 -m pip install --upgrade build
Upload latest version to pypi:
vim pyproject.toml # update version
rm -rf dist
rm -rf example_*
python3 -m build
python3 -m twine upload dist/*
Please consider citing PyViz3D in your publications if it helps your research.
@misc{engelmann2019pyviz3d,
title={PyViz3D},
author={Francis Engelmann},
year={2019},
howpublished={\url{https://github.com/francisengelmann/PyViz3D}},
}
FAQs
PyViz3D is a python package to visualize 3D scenes.
We found that pyviz3d demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.