dodgy 0.3.0

An implementation of ORCA, a local collision avoidance algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.glam]
version = "0.25.0"

[package]
categories = ["game-development"]
description = "An implementation of ORCA, a local collision avoidance algorithm."
edition = "2021"
exclude = [".github/*"]
keywords = ["orca", "rvo", "collision", "avoidance", "navigation"]
license = "MIT"
name = "dodgy"
readme = "README.md"
repository = "https://github.com/andriyDev/dodgy"
version = "0.3.0"