253 Commits (737ec6c415f28fa4b22889023bb63a53b7cb463e)

Author SHA1 Message Date
Vladimír Vondruš 737ec6c415 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš 09e5e90426 python: CgltfImporter is deprecated, test with GltfImporter instead. 4 years ago
Vladimír Vondruš ddfc5ccc36 python: adapt to STL string removal in Application classes. 4 years ago
Aaron Gokaslan ca5e16f658 python: avoid some unnecessary object copies. 4 years ago
Vladimír Vondruš 0510bdf353 CMake: fix and harden Git version detection on Windows. 4 years ago
Vladimír Vondruš a79bc39f3e python: ability to import images and meshes by name. 4 years ago
Vladimír Vondruš 831631e10e python: properly test also image import level OOB checks. 4 years ago
Vladimír Vondruš ea4e353231 python: work around GCC 4.8 being utterly confused. 4 years ago
Vladimír Vondruš c2e2a8e520 python: expose basics of trade.AbstractSceneConverter. 4 years ago
Vladimír Vondruš da21863ac7 python: exposed basics of trade.AbstractImageConverter. 4 years ago
Vladimír Vondruš fda9e34b9d python: use CgltfImporter instead of TinyGltfImporter in tests. 4 years ago
Vladimír Vondruš a325f3d0c1 python: minor, doc++, add TODOs. 4 years ago
Vladimír Vondruš 8e8a03e175 python: use AssertionError for trade.AbstractImporter usage errors. 4 years ago
Vladimír Vondruš b58b53bfda python: lazily adapt to Corrade & Magnum std::string removal. 4 years ago
Vladimír Vondruš d2f5ea43d5 CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 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š 8938a29f67 python: expose depth/stencil PixelFormat values. 4 years ago
Vladimír Vondruš 9bc5840926 python: gl.Framebuffer has to be defined after gl.Texture2D which it uses. 4 years ago
Vladimír Vondruš 79009b7d21 python: gl.TextureFormat.SRG8 is available on desktop now as well. 4 years ago
James Murphy 0e84055b49 python: expose depth/stencil gl.TextureFormat values. 4 years ago
James Murphy 6f260b05cd python: expose gl.Framebuffer.attach_texture(). 4 years ago
Vladimír Vondruš 1dd625a420 python: test gl.Framebuffer renderbuffer refcounting properly. 4 years ago
Vladimír Vondruš 60c48b63f7 python: document gl.Framebuffer.attach_renderbuffer() args. 4 years ago
Vladimír Vondruš 75a0564cc3 python: make it possible to set mesh index buffer. 4 years ago
Vladimír Vondruš 71d2cf0d95 python: unify parameter naming of all math.angle() functions. 4 years ago
Vladimír Vondruš 0120b3f768 python: add remaining vector/scalar, exp and other math functions. 4 years ago
Vladimír Vondruš 5994150a68 python: expose glfw.Application.{swap_interval,main_loop_iteration}. 5 years ago
Vladimír Vondruš 2a528e23bf python: doc++, updated credits & changelog. 5 years ago
James Murphy 40ba765fad Don't error if path is already fullpath 5 years ago
Aaron Gokaslan c50a2f6851 python: add bindings for convenience color functions. 5 years ago
Vladimír Vondruš 4d5a9ed456 python: expose viewport and exit event. 5 years ago
Vladimír Vondruš 18ea028c8a python: fix InputEvent.Modifier to behave like proper flags. 5 years ago
Vladimír Vondruš 8f733ca8db python: properly expose gl.Context.flags. 5 years ago
Vladimír Vondruš d66b581e73 python: add off-center variants of 2D/3D orthographic projection. 5 years ago
Vladimír Vondruš 9f08717e77 python: fixed a copypaste error in MouseMoveEvent.relative_position. 5 years ago
Aaron Gokaslan c7897429af python: don't pass potentially huge types by value. 5 years ago
Vladimír Vondruš 7ede64e7d4 python: whoopsie. 5 years ago
Aaron Gokaslan 31785426d8 Typo fixing 5 years ago
Aaron Gokaslan a42018d075 python: don't carelessly copy py::args and py::kwargs. 5 years ago
Vladimír Vondruš 7f86477c3e Adapt to Magnum changes. 5 years ago
Vladimír Vondruš aadc437b25 python: added Vector4 from Vector3 and Vector3 from Vector2 constructors. 5 years ago
Vladimír Vondruš 431074a776 python: adapt to GL shader renaming. 5 years ago
Vladimír Vondruš 0bf27c07f2 python: I don't understand this comment. Remove. 5 years ago
Vladimír Vondruš 8e00226da3 python: add a caster for Containers::Optional. 5 years ago
Vladimír Vondruš ba4e20006a python: adapt to GL::TextureFormat updates. 5 years ago
Vladimír Vondruš 98a3dcf59c python: basic support for arbitrary types in strided array views. 5 years ago
Vladimír Vondruš 805a781f0a python: adapt to GL::Context changes. 5 years ago
Vladimír Vondruš cbb5358efd python: apparently I can't name functions from(), hah. 5 years ago
Vladimír Vondruš a2d16c15f8 python: expose Platform::GLContext as platform.{egl,wgl,glx}.Context. 5 years ago