Blake Ellis

Results 3 comments of Blake Ellis

- [ ] **Rust** 0.6.2, by **Estivate** : https://github.com/estivate/ldtk_rust Loads LDtk file into a typed Rust struct, should work with any Rust game framework, include example in Bevy Engine.

Thanks for this tip. I'll test locally, seems like a nice refinement.

I've checked in the following code, not sure if this is what you are looking for here? ``` pub fn from_buf(b: BufReader) -> Self { let o: Project = serde_json::from_reader(b).expect("error...