204 Commits (87002179431dd0adbfec10cd0e422713b3827c5b)
 

Author SHA1 Message Date
Vladimír Vondruš 8700217943 Require CMake 3.4 at least. 7 years ago
Vladimír Vondruš 106ca8f314 python: adapted to Magnum changes. 7 years ago
Vladimír Vondruš 027492966d doc: shorten the experimental notice. 7 years ago
Vladimír Vondruš a6dd10ae69 python: we don't use pybind11 exceptions anymore, so this is not needed. 7 years ago
Vladimír Vondruš 34ca50dca8 python: expose application properties as actual properties. 7 years ago
Vladimír Vondruš d5bbd193f3 python: minor cleanup. 7 years ago
Vladimír Vondruš 6bce9fbeb2 python: remove the black magic from magnum.platform. 7 years ago
Vladimír Vondruš 2cbb083f0a package/ci: minor cleanup. 7 years ago
Vladimír Vondruš 6ca302befc package/ci: enable TinyGltfImporter for mesh import testing. 7 years ago
Vladimír Vondruš 59a2773808 python: expose mesh import. 7 years ago
Vladimír Vondruš 9afe7ebe50 python: expose key and scroll events. 7 years ago
Vladimír Vondruš f20c5beb76 python: move away from concrete pybind exceptions. 7 years ago
Vladimír Vondruš ee54dc6cdc package/ci: build Magnum Plugins on the CI. 7 years ago
Vladimír Vondruš 7da09f9080 python: expose basic image import in trade. 7 years ago
Vladimír Vondruš f8f0f3f1b7 python: expose framebuffer reading to an image (not a view). 7 years ago
Vladimír Vondruš e07e61c1ef python: expose Image. 7 years ago
Vladimír Vondruš c21972efb6 python: document the behavior of ImageView refcounting as well. 7 years ago
Vladimír Vondruš 432d424a77 python: make conversion from a mutable image view implicit. 7 years ago
Vladimír Vondruš 2eebb45557 python: don't keep a reference to owner for empty array views. 7 years ago
Vladimír Vondruš e18fbdbb16 python: raise an exception on plugin load/unload failure. 7 years ago
Vladimír Vondruš 6dd3e2fd6d python: those pluginmanager APIs should have been properties. 7 years ago
Vladimír Vondruš 859309b07c python: actually install the corrade.pluginmanager module. 7 years ago
Vladimír Vondruš 483ffb4453 python: document gl.default_framebuffer 7 years ago
Vladimír Vondruš 843160f58a python: throw instead of returning a falsy value in shader APIs. 7 years ago
Vladimír Vondruš 3f0aa76c28 python: expose Shaders::Flat. 7 years ago
Vladimír Vondruš 313e74142c python: expose texturing in Phong. 7 years ago
Vladimír Vondruš 02fc8900b9 python: expose Phong tangents and vertex colors. 7 years ago
Vladimír Vondruš 40891858d6 python: raise Python exceptions for shader API usage failures. 7 years ago
Vladimír Vondruš 006987fa45 python: update shader attribute docs, add Phong there too. 7 years ago
Vladimír Vondruš 563f5222b5 python: better way to expose shader attributes. 7 years ago
Vladimír Vondruš 7f82f76eba python: test gl.AbstractShaderProgram.set_uniform() as well. 7 years ago
Vladimír Vondruš 033e0c17bc python: minor code cleanup. 7 years ago
Vladimír Vondruš 3c9643ce74 python: expose textures and related APIs. 7 years ago
Vladimír Vondruš 1083e2d6aa python: improve docs of gl.Mesh primitive setting. 7 years ago
Vladimír Vondruš fdf5671c4c python: implicitly test for GL errors in all tests. 7 years ago
Vladimír Vondruš 79ac50e11a python: expose gl.Renderer.error. 7 years ago
Vladimír Vondruš bbbda61f6e magnum: no_create() constructors are useless, don't add them. 7 years ago
Vladimír Vondruš d818e40698 python: implemented vector swizzles. 7 years ago
Vladimír Vondruš d6f1c50c34 python: I'm happy to see MSVC continuing to be consistenly underdelivering. 7 years ago
Vladimír Vondruš 30d7b0796c package/ci: make code coverage actually work on macOS. 7 years ago
Vladimír Vondruš 9b652f6213 package/ci: nope, this was not a good idea. 7 years ago
Vladimír Vondruš 5947b76df9 python: cross() should be in math, not a member function. 7 years ago
Vladimír Vondruš 0c9cd88fd3 python: doc++ 7 years ago
Vladimír Vondruš 9faed0651e python: expose basics of plugin manager. 7 years ago
Vladimír Vondruš 857062e152 python: TODOs so I don't forget. 7 years ago
Vladimír Vondruš f9851bdb1e python: expose shader interface APIs. 7 years ago
Vladimír Vondruš c8e99ca086 python: expose corrade and magnum compilation defines. 7 years ago
Vladimír Vondruš 14f7810870 python: finish the magic and docs for Matrix[34].scaling() and friends. 7 years ago
Vladimír Vondruš d50b79d698 python: expose gl.Version and related utilities. 7 years ago
Vladimír Vondruš 128c2aa0af python: use an underscore for the less readable PixelFormat values. 7 years ago