33 Commits (8aa953c5f09218684b00ed50f622784011def705)

Author SHA1 Message Date
Vladimír Vondruš d75f31e854 python: expose new linear RGB(A) conversion APIs from Color. 3 years ago
Vladimír Vondruš dddef56c87 python: adapt to Magnum changes. 3 years ago
Vladimír Vondruš 62a07c38bc python: adapt to Magnum changes. 4 years ago
Aaron Gokaslan ca5e16f658 python: avoid some unnecessary object copies. 4 years ago
Vladimír Vondruš 2295f43873 Updated copyright year. 4 years ago
Vladimír Vondruš 0eade80567 python: expose RGB<->XYZ conversion utilities. 4 years ago
Vladimír Vondruš 0120b3f768 python: add remaining vector/scalar, exp and other math functions. 4 years ago
Aaron Gokaslan c50a2f6851 python: add bindings for convenience color functions. 5 years ago
Vladimír Vondruš aadc437b25 python: added Vector4 from Vector3 and Vector3 from Vector2 constructors. 5 years ago
Vladimír Vondruš 84f9bb2a9d Updated copyright year. 5 years ago
Vladimír Vondruš 57db13422f python: make this compatible with pybind11 2.6. 6 years ago
Vladimír Vondruš f2cba9cb57 python: adapt to Magnum changes. 6 years ago
Vladimír Vondruš b1d45fc85a Updated copyright year. 6 years ago
Vladimír Vondruš 86bac39471 Adapt to Corrade changes. 6 years ago
Vladimír Vondruš 500311fa7c python: add APIs for Color from/to sRGB int. 6 years ago
Vladimír Vondruš f20c5beb76 python: move away from concrete pybind exceptions. 7 years ago
Vladimír Vondruš d818e40698 python: implemented vector swizzles. 7 years ago
Vladimír Vondruš 4718de1ed3 python: don't define negation on unsigned vector types. 7 years ago
Vladimír Vondruš ff9003d10c python: silence annoying GCC 4.8 warnings. 7 years ago
Vladimír Vondruš 7e057863c8 python: fix Clang's -Wself-assign-overloaded warnings. 7 years ago
Vladimír Vondruš d157b55637 magnum: again (and hopefully for the last time) reorder constructors. 7 years ago
Vladimír Vondruš 22a17cb5b8 python: slightly improve perf of __getitem__ on matrices/vectors. 7 years ago
Vladimír Vondruš d4dff647f7 python: these are done. 7 years ago
Vladimír Vondruš 0170dea8f4 python: consolidate buffer-related headers. 7 years ago
Vladimír Vondruš d1d6cb9ec0 python/magum/math: switch to our own buffer protocol implementation. 7 years ago
Vladimír Vondruš 7549d107de python: implement buffer protocol for Vector types as well. 7 years ago
Vladimír Vondruš 82862b8bcd python: numpy compatibility for matrices and vectors. 7 years ago
Vladimír Vondruš 124980cec4 python: return proper type when doing operations on Color. 7 years ago
Vladimír Vondruš 464154adca python: implement conversions between different underlying types. 7 years ago
Vladimír Vondruš 998c428355 python: expose Color3 and Color4. 7 years ago
Vladimír Vondruš f6cca325dd python: make vectors implicitly convertible from tuples. 7 years ago
Vladimír Vondruš b81cde3c45 python: support iteration over vectors. 7 years ago
Vladimír Vondruš 081d32938a python: expose all Vector variants. 7 years ago