| Crates.io | collider-query |
| lib.rs | collider-query |
| version | 0.0.1 |
| created_at | 2026-01-25 16:39:09.953459+00 |
| updated_at | 2026-01-25 16:39:09.953459+00 |
| description | An experimental collision-detection library. |
| homepage | https://github.com/agroudiev/collider |
| repository | https://github.com/agroudiev/collider |
| max_upload_size | |
| id | 2069069 |
| size | 32,050 |
An experimental collision-detection library.
The use of miniconda is recommended to manage the dependencies. To install the dependencies, run the following command:
conda env create -f collider_env.yml
To activate the environment, run:
conda activate collider
This project uses maturin as the build system for the Rust and Python bindings. It can be installed directly using pip:
pip install maturin
To build the Rust code and install it directly as a Python package in the current collider virtual environment, run:
maturin develop --release -m collider-py/Cargo.toml
To run unit test of all crates, run:
cargo test