12 releases (breaking)
0.10.0 | Sep 4, 2023 |
---|---|
0.9.0 | Aug 30, 2023 |
0.8.0 | Jan 3, 2023 |
0.6.0 | Dec 23, 2022 |
182 downloads per month
Used in 2 crates
(via carla)
715KB
523 lines
carla-sys
This crate provides Rust FFI bindings for Carla simulator. It
leverages autocxx to generate
most symbols in libcarla C++ library, and replaces some classes and
functions in csrc
that are correctly handled by autocxx.
The C++ source code is automatically provided by
carla-src crate. If you prefer to use custom
source directory, set the directory path to CARLA_DIR
environment
variable.
Dependencies
~2.2–7.5MB
~143K SLoC