Yoan

Results 12 issues of Yoan

Title. I learned that the free plan for Travis CI only includes 10000 credits or something, and I've run out of these, so Travis CI will stop working unless I...

# Pre-requisites for 1.0 - Fix all TODOs and FIXMEs. Fix as many XXXs as possible. - All doc is re-read (especially the FAQ) to ensure it reflects the current...

enhancement

Cubic Bézier curves provide `unit_quarter_circle()` and `unit_circle()`. Quadratic Bézier curves should provide `unit_eighth_circle()` and `unit_circle()` as well.

Add meaningful associated constants along with existing functions that are meant as constants. Sadly this is currently not possible (`num-traits`'s `Zero` doesn't have `ZERO`), but I'd prefer not to forget....

Add this kind of data structure : ```rust pub struct Transform2D { pub position: Vec2, pub rotation_z: O, // In degrees pub scale: Vec2, } ``` If a z position...

This causes E283 : ```rust let v = Vec2::::zero(); // Or whatever value, the point is to have a Vec2 let v = Vec3::from(v); // Fails to infer Vec3 ```...

Hi, When using a command such as `CompressonatorCLI.exe -meshopt in.gltf out.gltf`, if the `in.gltf` file does not specify animations, then the `out.gltf` file will be written with an `"animations": null`...

enhancement

Hi, It is as the title says; one simple way to reproduce is the following : Go to the `C:\` drive (for instance) as the working directory, then run (assuming...

bug

Title is self-explanatory :) This fixes #4. Thanks in advance!

`cargo build --target asmjs-unknown-emscripten` gave me the following output : ``` Compiling libloading v0.3.4 error: failed to run custom build command for `libloading v0.3.4` process didn't exit successfully: `/home/yoon/git/trust/fate-rs/target/debug/build/libloading-b2c9bb378ef0f558/build-script-build` (exit...

enhancement
help wanted