Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / yoanlcq/vek issues and pull requests

#95 - Fix compatibility with latest nightly toolchain version

Pull Request - State: closed - Opened by crabm4n 5 months ago - 5 comments

#94 - Hotfix fix compilation with ``bytemuck`` feature

Pull Request - State: closed - Opened by jedjoud10 about 1 year ago - 1 comment

#93 - Does not compile on ``0.16.0`` with ``bytemuck`` feature

Issue - State: closed - Opened by jedjoud10 about 1 year ago - 1 comment

#92 - Implement ``bytemuck`` traits for other common types

Pull Request - State: closed - Opened by jedjoud10 about 1 year ago - 5 comments

#91 - New Release with (optional) `az` dependency

Issue - State: closed - Opened by Patiga over 1 year ago - 1 comment

#90 - Rect position and extent setters

Pull Request - State: closed - Opened by Patiga almost 2 years ago - 2 comments

#89 - Add optional `az` dependency, implement its traits

Pull Request - State: closed - Opened by Patiga almost 2 years ago - 6 comments

#88 - Conversion/Casts considerations

Issue - State: open - Opened by Patiga almost 2 years ago - 3 comments

#87 - Remove unused dependency `static_assertions`

Pull Request - State: closed - Opened by Patiga almost 2 years ago - 1 comment

#86 - Implement more num-traits (e.g. checked arithmetic)

Issue - State: closed - Opened by Patiga almost 2 years ago - 5 comments

#84 - Update approx to 0.5 with some small fixes

Pull Request - State: closed - Opened by ghost over 2 years ago - 3 comments

#83 - update image version and do cargo fmt

Pull Request - State: closed - Opened by attila-lin over 2 years ago - 2 comments

#82 - Please update rustc_version to 0.4

Issue - State: closed - Opened by Plecra over 2 years ago - 2 comments

#80 - Add `bytemuck` integration for vector types

Issue - State: closed - Opened by Kixiron almost 3 years ago - 10 comments

#79 - Compiler error with the feature, image

Issue - State: closed - Opened by IGreyGooI almost 3 years ago - 2 comments

#78 - Added Transform multiplication and Quaternion::mul_direction

Pull Request - State: open - Opened by zesterer almost 3 years ago - 2 comments

#77 - CI: add GitHub Actions workflow

Pull Request - State: closed - Opened by vrmiguel about 3 years ago - 1 comment

#76 - Inclusive ranges are stable now

Issue - State: closed - Opened by CAD97 over 3 years ago - 1 comment

#75 - Consider re-exporting crates with traits that vek depend on

Issue - State: closed - Opened by NiklasJonsson over 3 years ago - 3 comments

#73 - Use `MulAdd` from num-traits

Issue - State: closed - Opened by zakarumych over 3 years ago - 4 comments

#72 - Fix codegen for non-power-of-2 simd reprs.

Pull Request - State: closed - Opened by pythonesque over 3 years ago - 3 comments

#71 - Add `From<(Vec2<T>, T)>` for `Vec3<T>`?

Issue - State: closed - Opened by Imberflur over 3 years ago - 3 comments

#70 - Added with_z and with_w methods

Pull Request - State: closed - Opened by zesterer over 3 years ago - 2 comments

#69 - Add a feature that weakens the `MulAdd` bound for matrix multiplication

Issue - State: open - Opened by zesterer over 3 years ago - 4 comments

#68 - `micromath` feature to avoid libm on embedded platforms

Issue - State: open - Opened by zesterer over 3 years ago - 2 comments

#67 - Build broken on nightly

Issue - State: closed - Opened by caelunshun over 3 years ago - 3 comments

#66 - Remove length 3 repr_simd vectors

Issue - State: closed - Opened by calebzulawski over 3 years ago - 2 comments

#65 - Should max and min take different type args?

Issue - State: closed - Opened by xixixao over 3 years ago - 2 comments

#64 - Outdated/insecure dependencies

Issue - State: closed - Opened by martin-t almost 4 years ago - 4 comments

#63 - No invert() for Mat3 and others

Issue - State: open - Opened by faulesocke almost 4 years ago - 1 comment

#62 - as_ref and as_mut

Issue - State: open - Opened by zesterer almost 4 years ago - 2 comments

#61 - Remove example that was never UB

Pull Request - State: closed - Opened by martin-t almost 4 years ago - 1 comment

#60 - Build fails on 2020-10-04

Issue - State: closed - Opened by zesterer almost 4 years ago - 5 comments

#59 - Casting can no longer produce undefined behavior (UB)

Issue - State: closed - Opened by martin-t about 4 years ago - 3 comments

#58 - Make Display impl respect formatting parameters

Pull Request - State: closed - Opened by martin-t about 4 years ago - 6 comments

#57 - Display impl should respect formatting parameters just like Debug

Issue - State: closed - Opened by martin-t about 4 years ago - 1 comment

#56 - rgb(a) and image features compile error

Issue - State: closed - Opened by ksaweryk over 4 years ago - 1 comment

#55 - reenable caret versions instead of tilde versions

Pull Request - State: closed - Opened by xMAC94x over 4 years ago - 3 comments

#54 - Transform2 type

Pull Request - State: open - Opened by wackbyte over 4 years ago - 4 comments

#53 - Nested calls makes vek unusable in debug-buils for real-time applications.

Issue - State: closed - Opened by koalefant over 4 years ago - 11 comments

#52 - Add better numerical type conversion functions

Issue - State: closed - Opened by LeshaInc over 4 years ago - 5 comments

#51 - A variety of useful utilities on Aabr and Aabb

Pull Request - State: open - Opened by zesterer over 4 years ago - 3 comments

#50 - Re-export column_major matrix module from self

Pull Request - State: closed - Opened by Veykril over 4 years ago - 4 comments

#49 - Added point projection (and distance_to_point) to Aabr and Aabb

Pull Request - State: closed - Opened by zesterer over 4 years ago - 4 comments

#48 - Fix `is_normalized` sometimes returning false for normalized vectors

Pull Request - State: closed - Opened by Imberflur over 4 years ago - 11 comments

#47 - Using `acos` in some methods leads to NaNs if the two vecs are near identical

Issue - State: open - Opened by Imberflur over 4 years ago - 2 comments

#46 - Upgrade `num_traits` dependency

Issue - State: closed - Opened by Imberflur over 4 years ago - 3 comments

#45 - Use of deprecated 'mem::uninitialized()'

Issue - State: closed - Opened by Imberflur over 4 years ago - 1 comment

#44 - Added LineSegment::distance_to_point

Pull Request - State: closed - Opened by zesterer over 4 years ago - 3 comments

#43 - Replace 'minize' with 'minimize'

Pull Request - State: closed - Opened by cedric-h almost 5 years ago - 1 comment

#42 - Update vec.rs

Pull Request - State: closed - Opened by DBLouis almost 5 years ago - 1 comment

#41 - Implement Support for no_std

Pull Request - State: closed - Opened by CryZe almost 5 years ago - 2 comments

#40 - Fix image feature compile error

Pull Request - State: closed - Opened by DBLouis almost 5 years ago - 1 comment

#39 - Image feature compile error

Issue - State: closed - Opened by DBLouis almost 5 years ago - 1 comment

#38 - Mint interop

Pull Request - State: closed - Opened by yoanlcq almost 5 years ago - 4 comments

#37 - Prototype `mint` conversions

Pull Request - State: closed - Opened by icefoxen almost 5 years ago - 2 comments

#36 - Add a .xy() method to get lower dimension components of a vector

Issue - State: closed - Opened by zesterer about 5 years ago - 1 comment

#35 - Add a .reverse() method to swap the elements of a vector into reverse order

Issue - State: closed - Opened by zesterer about 5 years ago - 4 comments

#34 - Implement try_normalized for vectors

Pull Request - State: closed - Opened by timokoesters about 5 years ago - 5 comments

#33 - Add zip() method for vectors

Pull Request - State: closed - Opened by yoanlcq about 5 years ago - 1 comment

#32 - Add a .join() method to do element-wise joining of vectors

Issue - State: closed - Opened by zesterer about 5 years ago - 2 comments

#31 - Implement std::iter::Sum for types with Add trait implementation

Issue - State: closed - Opened by sunjay about 5 years ago - 4 comments

#30 - Added methods for homogenization + testing for homogeneous

Pull Request - State: closed - Opened by sunjay about 5 years ago - 8 comments

#29 - Making addition and multiplication commutative

Pull Request - State: closed - Opened by sunjay about 5 years ago - 2 comments

#28 - uom support

Issue - State: closed - Opened by zesterer over 5 years ago - 1 comment

#27 - Implement From<Aabb> for Aabr

Pull Request - State: closed - Opened by zesterer over 5 years ago - 4 comments

#26 - Tab and Space Craziness in src/ops.rs

Issue - State: closed - Opened by CryZe over 5 years ago - 3 comments

#25 - Multiple `cannot borrow as immutable because it's borrowed as mutable` warnings

Issue - State: closed - Opened by CryZe over 5 years ago - 2 comments

#24 - Use for accelerometers and other embedded projects

Issue - State: closed - Opened by tarcieri over 5 years ago - 3 comments

#23 - Calculate scalar multiple of vector?

Issue - State: closed - Opened by Thomspoon over 5 years ago - 2 comments

#22 - Blend Rgba colors with different blend modes

Issue - State: open - Opened by sunjay over 5 years ago - 1 comment

#20 - Crate is not actually `no_std`

Issue - State: closed - Opened by cbiffle over 5 years ago - 7 comments

#19 - Add `Point` types?

Issue - State: closed - Opened by icefoxen over 5 years ago - 2 comments

#18 - Add conversions for `mint` types?

Issue - State: closed - Opened by icefoxen over 5 years ago - 2 comments

#17 - Implement a `into_square_array() -> [[T; 4]; 4]` method for `Mat4`

Issue - State: closed - Opened by zesterer over 5 years ago - 3 comments

#16 - Use rustfmt

Issue - State: open - Opened by wackbyte over 5 years ago - 3 comments

#15 - Add `all`, `any` and `find` methods on vectors

Issue - State: open - Opened by zesterer almost 6 years ago - 9 comments

#14 - Implement some sort of `.and` higher order function to accompany `.map`

Issue - State: closed - Opened by zesterer almost 6 years ago - 4 comments

#13 - Update the `approx` dependency

Issue - State: closed - Opened by yoanlcq almost 6 years ago - 2 comments

#12 - Const constructor

Issue - State: closed - Opened by xMAC94x almost 6 years ago - 8 comments

#11 - Implement `div_euc` for vector types

Issue - State: closed - Opened by zesterer about 6 years ago - 8 comments

#10 - Replace `Float` by `Real`, and make `impl<T: Real> Real for Vector<T>`

Issue - State: closed - Opened by yoanlcq over 6 years ago - 1 comment

#9 - Consider starting to write release notes

Issue - State: closed - Opened by yoanlcq over 6 years ago - 1 comment

#8 - Add `to_normalized_f32()` for `Rgba<u8>`, etc.

Issue - State: closed - Opened by yoanlcq over 6 years ago - 1 comment

#6 - It's possible to build good-looking circles with 8 quadratic Bézier curves

Issue - State: open - Opened by yoanlcq over 6 years ago - 1 comment

#5 - Go crazy with associated constants (ZERO, ONE, etc).

Issue - State: open - Opened by yoanlcq over 6 years ago

#4 - Add Transform2D struct

Issue - State: open - Opened by yoanlcq over 6 years ago

#3 - Replace From<u16> by From<u8> for conversions to degrees

Issue - State: closed - Opened by yoanlcq over 6 years ago

#2 - Type annotations required for trivial conversion

Issue - State: open - Opened by yoanlcq over 6 years ago

#1 - Roadmap to 1.0

Issue - State: open - Opened by yoanlcq about 7 years ago - 5 comments
Labels: enhancement