jkvargas / russimp

Assimp bindings for Rust
Other
84 stars 27 forks source link

Added mint interface, refactored new() methods into From traits, cleanup. #5

Closed virtualritz closed 3 years ago

virtualritz commented 3 years ago

See subject. Should be good to go.

I think all the From traits should take structs, not references. I haven't looked into that. I also think the entire mangling of russimp-sys types should be hidden. But that is potentially more work, I didn't have time for that.

I.e. making russimp-sys visible as russimp::sys should not be necessary, at some stage.

virtualritz commented 3 years ago

Failed because the default branch of russimp-sys is called main, not master. I fixed this. Will create another PR.