Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 820 Bytes

File metadata and controls

24 lines (16 loc) · 820 Bytes

F3D Rust Bindings

Rust bindings for the f3d.

⚠️ Early development notice

This project is in a very early stage and the API is unstable. A lot of features are missing, and there will be breaking changes.

This is just a personal playground for me to experiment with Rust and FFI bindings for f3d. Most of the code are untested, Use at your own risk!

I’m still learning Rust, and much of this work was done with the help of ChatGPT, so expect rough edges, unidiomatic code, and breaking changes.

Building

Add the dependencies to your Cargo.toml:

[dependencies]
f3d = {git = "https://github.com/AoGao-Kedoka/f3d-rust"}

License

This repository contains code from F3D under BSD License, copyright F3D-APP FOUNDATION.