rust-xplm icon indicating copy to clipboard operation
rust-xplm copied to clipboard

More Examples

Open maarek opened this issue 5 years ago • 1 comments

Could you create some more examples of how the various components are used. I am new to rust and have been having difficulties working with the static callbacks (menu items) and things not showing up as expected (windows).

maarek avatar Apr 17 '20 21:04 maarek

Unfortunately, I can't make good examples for most of the SDK because I haven't found a good design for the APIs that is safe, ergonomic, and functional. The menu and graphics APIs are especially incomplete.

If you learn how to use the low-level C bindings, you can make a better design for safe Rust APIs on top of them.

samcrow avatar Jun 01 '20 06:06 samcrow