Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swiftcoder/mini-collide-rs

Lightweight collision routines for 3D graphics
https://github.com/swiftcoder/mini-collide-rs

3d-graphics rustlang

Last synced: 2 months ago
JSON representation

Lightweight collision routines for 3D graphics

Awesome Lists containing this project

README

        

[![Action Status](https://github.com/swiftcoder/mini-collide-rs/workflows/Continuous%20integration/badge.svg)](https://github.com/swiftcoder/mini-collide-rs/actions)
[![Crates.io](https://img.shields.io/crates/v/mini-collide.svg)](https://crates.io/crates/mini-collide)
[![Docs.rs](https://docs.rs/mini-collide/badge.svg)](https://docs.rs/mini-collide)

Collision primitives to accompany the mini-math crate.

No guarantees as to the accuracy or speed thereof.

Primarily intended for demos that don't want to take on a complex dependency tree.