issues
search
yoanlcq
/
vek
Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.
https://docs.rs/vek
Apache License 2.0
282
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Does not compile on latest nightly (`SIMD vector's only field must be an array`)
#96
martin-t
opened
1 month ago
5
Fix compatibility with latest nightly toolchain version
#95
crabm4n
closed
6 months ago
5
Hotfix fix compilation with ``bytemuck`` feature
#94
jedjoud10
closed
1 year ago
1
Does not compile on ``0.16.0`` with ``bytemuck`` feature
#93
jedjoud10
closed
1 year ago
1
Implement ``bytemuck`` traits for other common types
#92
jedjoud10
closed
1 year ago
5
New Release with (optional) `az` dependency
#91
Patiga
closed
1 year ago
1
Rect position and extent setters
#90
Patiga
closed
1 year ago
2
Add optional `az` dependency, implement its traits
#89
Patiga
closed
1 year ago
6
Conversion/Casts considerations
#88
Patiga
opened
1 year ago
3
Remove unused dependency `static_assertions`
#87
Patiga
closed
1 year ago
1
Implement more num-traits (e.g. checked arithmetic)
#86
Patiga
closed
1 year ago
5
Fix the use of simd with platform intrinsics for comparisons and boolean reductions in vectors.
#85
xMAC94x
closed
2 years ago
9
Update approx to 0.5 with some small fixes
#84
ghost
closed
2 years ago
3
update image version and do cargo fmt
#83
attila-lin
closed
2 years ago
2
Please update rustc_version to 0.4
#82
Plecra
closed
2 years ago
2
Consider exposing a way to normalize and get the previous magnitude of a vector in a single function
#81
NiklasJonsson
closed
2 years ago
3
Add `bytemuck` integration for vector types
#80
Kixiron
closed
2 years ago
10
Compiler error with the feature, image
#79
IGreyGooI
closed
3 years ago
2
Added Transform multiplication and Quaternion::mul_direction
#78
zesterer
opened
3 years ago
2
CI: add GitHub Actions workflow
#77
vrmiguel
closed
2 years ago
1
Inclusive ranges are stable now
#76
CAD97
closed
3 years ago
1
Consider re-exporting crates with traits that vek depend on
#75
NiklasJonsson
closed
3 years ago
3
Move from Travis CI to GitHub Actions (or another free CI solution)
#74
yoanlcq
opened
3 years ago
0
Use `MulAdd` from num-traits
#73
zakarumych
closed
3 years ago
4
Fix codegen for non-power-of-2 simd reprs.
#72
pythonesque
closed
3 years ago
3
Add `From<(Vec2<T>, T)>` for `Vec3<T>`?
#71
Imberflur
closed
3 years ago
3
Added with_z and with_w methods
#70
zesterer
closed
3 years ago
2
Add a feature that weakens the `MulAdd` bound for matrix multiplication
#69
zesterer
opened
3 years ago
4
`micromath` feature to avoid libm on embedded platforms
#68
zesterer
opened
3 years ago
2
Build broken on nightly
#67
caelunshun
closed
3 years ago
3
Remove length 3 repr_simd vectors
#66
calebzulawski
closed
3 years ago
2
Should max and min take different type args?
#65
xixixao
closed
3 years ago
2
Outdated/insecure dependencies
#64
martin-t
closed
3 years ago
4
No invert() for Mat3 and others
#63
faulesocke
opened
3 years ago
1
as_ref and as_mut
#62
zesterer
opened
3 years ago
2
Remove example that was never UB
#61
martin-t
closed
3 years ago
1
Build fails on 2020-10-04
#60
zesterer
closed
4 years ago
5
Casting can no longer produce undefined behavior (UB)
#59
martin-t
closed
3 years ago
3
Make Display impl respect formatting parameters
#58
martin-t
closed
4 years ago
6
Display impl should respect formatting parameters just like Debug
#57
martin-t
closed
4 years ago
1
rgb(a) and image features compile error
#56
ksaweryk
closed
4 years ago
1
reenable caret versions instead of tilde versions
#55
xMAC94x
closed
4 years ago
3
Transform2 type
#54
wackbyte
opened
4 years ago
4
Nested calls makes vek unusable in debug-buils for real-time applications.
#53
koalefant
closed
4 years ago
11
Add better numerical type conversion functions
#52
LeshaInc
closed
4 years ago
5
A variety of useful utilities on Aabr and Aabb
#51
zesterer
opened
4 years ago
3
Re-export column_major matrix module from self
#50
Veykril
closed
4 years ago
4
Added point projection (and distance_to_point) to Aabr and Aabb
#49
zesterer
closed
4 years ago
4
Fix `is_normalized` sometimes returning false for normalized vectors
#48
Imberflur
closed
4 years ago
12
Using `acos` in some methods leads to NaNs if the two vecs are near identical
#47
Imberflur
opened
4 years ago
2
Next