
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
A minimalistic 2D/3D engine implemented in Rust and bound to Python, designed to render 3D objects using ASCII art.
To set up a development version of this engine:
Clone this repository:
git clone <repo_url>
If you have Poetry, run:
poetry install --with dev --no-root
This will set up the dependencies.
If you don't have Poetry, follow these steps:
python -m venv .venv
source .venv/bin/activate
python -m pip install poetry
# Now you have Poetry in the virtual environment
poetry install
Compile the Rust version locally:
maturin develop
Run the Rust unit tests:
cargo test
Run the Python unit tests:
poetry run pytest
Check the demo:
poetry run python demos/3d/some_models.py
Due to the mix of Python and Rust in this project, the Python code is located in the python
folder. More information can be found here.
In launch.json
for VSCode:
"env": {"PYTHONPATH": "${workspaceFolder}/python"}
In settings.json
:
{
"python.analysis.extraPaths": [
"python"
]
}
FAQs
Unknown package
We found that tt3de 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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.