3D graphics and UI engine for Rust programs

Contribute to David-OConnor/graphics development by creating an account on GitHub. Read more

Similar

Rust Closures in FFI

Every now and then when using native libraries from Rust you’ll be asked to pass a callback across the FFI boundary. The reasons are varied, but often this might be done to notify the caller when “interesting” things happen, for injecting logic (see the S... (more…)

Read more »

Rust in a KDE Project

While trying to implement a long planned feature, an ad block in Angelfish, the Plasma Mobile webbrowser, I was looking for a mostly complete and performant library that provides this functionality. (more…)

Read more »