How would I connect renderer coded in C and logic coded in rust?

This page summarizes the projects mentioned and recommended in the original post on /r/rust_gamedev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • safer_ffi

    Write safer FFI code in Rust without polluting it with unsafe code

  • Bindgen is good for calling C from rust. If you want to call rust from C though, you should use safer-ffi

  • rust-sdl2

    SDL2 bindings for Rust

  • There's already a Rust binding for SDL2. See https://crates.io/crates/sdl2

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts