raylib-ffi

Crates.ioraylib-ffi
lib.rsraylib-ffi
version5.5.0
sourcesrc
created_at2022-12-09 15:47:04.560737
updated_at2024-11-23 01:44:18.55656
descriptionAutomatic raw Rust bindings to raylib
homepagehttps://github.com/ewpratten/raylib-ffi
repositoryhttps://github.com/ewpratten/raylib-ffi
max_upload_size
id733326
size14,803,229
Evan Pratten (ewpratten)

documentation

https://docs.rs/raylib-ffi

README

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.

This library is largely auto-generated by the code in build/. Raylib itself exposes lots of metadata, meaning that wrappers can auto-translate the C API into whatever language is needed (in this case, Rust).

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 follows 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.

Commit count: 35

cargo fmt