Skip to content

ewpratten/raylib-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Direct raylib bindings for Rust

Crates.io Docs.rs Build Clippy

raylib-ffi aims to provide a "no frills" direct binding to raylib for rust developers. Unlike the raylib-rs project, this library trades high-level abstractions for staying truly up to date with upstream raylib (instead of a whole major version behind).

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

Sponsor this project