mitchmindtree

Results 422 comments of mitchmindtree

> Yes, although upgrades are not the only use case for proxies Considering this, my intuition is that we're probably better off going the dynamic loading route as it unlocks...

Sure @aepsil0n , the problem has been that for a long time many of the gfx and piston crates would remain far behind their up-to-date git counterparts and it became...

So the biggest issue I'm running into is that many of the piston dependencies use almost exclusively git dependencies. Fortunately though, this is only the case for the dev-dependencies (for...

Another issue I'm running into is changing the piston2d-graphics dependency from git to crates.io. The change causes compatibility issues with each of the piston2d-graphics backends (i.e. gfx_graphics, opengl_graphics, etc) which...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

Going to avoid adding this until a case occurs where it's absolutely necessary.

@alessandrod thanks for sharing all this! Any chance you could provide an update on the state of these upstreaming efforts?

I think for the most part `hound` already does what most people need it to do, and that's why the repo is quiet. @ruuda has always been responsive to issues...

I must have totally missed this ping - my apologies! Something along these lines would be great :+1: Perhaps some of the ceremony (e.g. `WavSamplesI16`, `WavSamplesI32`, etc) could be avoided...

Hey thanks for the suggestion! By this do you mean the API should only use `extern "C" fn`s and `#[repr(C)] struct`s? Do you have examples of other libs similar to...