Warning
AI-Modified: This file was automatically modified/adapted by AI from the original Rapier physics engine and has not been fully human-reviewed.
First off, thank you for considering contributing to Laser!
Laser is an independent fork of the Rapier physics engine, adapted for specialized use cases.
If you encounter any bugs or have feature requests, please open an issue in the Laser issue tracker. Provide as much context as possible, including minimal reproduction steps where applicable.
Since Laser is currently in active development as a fork, large pull requests should be discussed via an issue first to ensure they align with the project's goals.
- Fork the repository
- Create a feature branch
- Ensure your code passes all formatting and linting checks:
cargo fmt cargo clippy --workspace --tests --benches --examples -- -D warnings
- Submit your PR for review.
By contributing to Laser, you agree that your contributions will be licensed under the Apache 2.0 license.