SlimeVR-Rust icon indicating copy to clipboard operation
SlimeVR-Rust copied to clipboard

[Skeletal Model] Support no_std + alloc in skeletal model

Open TheButlah opened this issue 3 years ago • 0 comments

There is a decent chance that someone will want to try running the skeletal model on a microcontroller without an OS. We should support a no_std + alloc environment.

Current blockers:

  • [ ] we use thiserror and that doesn't support no_std. Could try snafu instead.
  • [ ] petgraph doesn't support no_std 🥲

TheButlah avatar Nov 26 '22 07:11 TheButlah