1
2023-04-10 12:17:51 -04:00
2022-12-09 10:27:03 -05:00
2022-12-09 09:41:07 -05:00
2022-12-09 09:41:07 -05:00
2022-12-09 09:27:52 -05:00
2022-12-09 09:31:01 -05:00
2022-12-09 10:01:51 -05:00
2023-04-10 12:17:51 -04:00
2022-12-09 09:27:52 -05:00
2023-04-10 12:17:21 -04:00

Direct raylib bindings for Rust

Crates.io Docs.rs Build Status

raylib-ffi aims to provide a "no frills" direct binding to raylib for rust developers.

Dependencies

Fedora:

dnf install clang-devel alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel libatomic cmake

Verifying your build

raylib-ffi bundles a rust version of the example project from raylib proper. To verify your build of this library worked, run:

cargo run --example basic

Versioning policy

raylib-ffi follow SemVer.

The major and minor version numbers of a raylib-ffi will always match the version of raylib it was built against. The patch version may be incremented if a rust-only fix is needed at any point.

Description
"No frills" Rust bindings to raylib
Readme 106 KiB
Languages
Rust 98.8%
C 1.2%