215 Commits (v2019.10)
 

Author SHA1 Message Date
Vladimír Vondruš daac3ac5f4 Make the Find module usable with a CMake subproject. 7 years ago
Vladimír Vondruš c1f854472d package/ci: test the static build as well. 7 years ago
Vladimír Vondruš d050145e51 python: put everything into a single module if magnum is built statically. 7 years ago
Vladimír Vondruš 21ee51fd96 python: do as little as possible in PYBIND11_MODULE. 7 years ago
Vladimír Vondruš 6adc330e39 python: minor cleanup. 7 years ago
Vladimír Vondruš d0d028f72d python: make the main bindings _magnum, not magnum._magnum. 7 years ago
Vladimír Vondruš 8b9146dc78 package: added Homebrew package. 7 years ago
Vladimír Vondruš e9b5fb0019 modules: added FindMagnumBindings.cmake for finding the helper headers. 7 years ago
Vladimír Vondruš d5b5b55d2f python: make sure all Matrix static constructors return proper type. 7 years ago
Vladimír Vondruš 2cfb061d7b python: expose TRS SceneGraph implementation. 7 years ago
Vladimír Vondruš 52a0650cd2 python: expose at least underscored Matrix[34]._translation property. 7 years ago
Vladimír Vondruš 012bccffbd python: make room for more scenegraph transformation implementations. 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š fde6102a8d python: expose SceneGraph Python wrapping helpers. 7 years ago
Vladimír Vondruš 256e69a8bb package: test also docstring validity. 7 years ago
Vladimír Vondruš f6136c8895 doc: python bindings are in master now. 7 years ago
Vladimír Vondruš dc1ef106bf python: improve matrix bindings code coverage. 7 years ago
Vladimír Vondruš 452d9478ab python: make it possible to create matrices from nested tuples. 7 years ago
Vladimír Vondruš 7777943a03 doc: add a page with examples. 7 years ago
Vladimír Vondruš 464154adca python: implement conversions between different underlying types. 7 years ago
Vladimír Vondruš 670537d664 python: implement basic mouse events for SDL2 and GLFW apps. 7 years ago
Vladimír Vondruš ecc616b48c python: expose minimum of GL::Renderer. 7 years ago
Vladimír Vondruš 2c82dc8b3d python: make Matrix4 operations return Matrix4, not Matrix4x4. 7 years ago
Vladimír Vondruš 2ae83a0c26 python: make ArrayView properly convertible from Python array. 7 years ago
Vladimír Vondruš 2b0dfaa22a python: expose MeshTools::compile(). 7 years ago
Vladimír Vondruš 4b58ba5204 python: Cube and Square from Primitives. 7 years ago
Vladimír Vondruš 293c5eca64 python: *very* little from Trade. 7 years ago
Vladimír Vondruš 8b1efde15f python: add generic MeshPrimitive and MeshIndexType enums. 7 years ago
Vladimír Vondruš 0db853a483 python: expose the (almost) full Phong shader. 7 years ago
Vladimír Vondruš 998c428355 python: expose Color3 and Color4. 7 years ago
Vladimír Vondruš ad01c1a306 python: initial SceneGraph bits. 7 years ago
Vladimír Vondruš 11ec2af230 Update doc link in README. 7 years ago
Vladimír Vondruš 86d64a6a5a package/archlinux: coverage PKGBUILD. 7 years ago
Vladimír Vondruš f726745382 package/ci: test also GL stuff via SwiftShader. 7 years ago
Vladimír Vondruš f99f227623 package/ci: coverage for both C++ and Python. 7 years ago
Vladimír Vondruš 322d54f670 package/ci: avoid tons of warnings from GCC 4.8. 7 years ago
Vladimír Vondruš c639e7f5b2 python: initial random docs. 7 years ago
Vladimír Vondruš 4cca099297 python: make `import magnum.math` working. 7 years ago
Vladimír Vondruš 2132bd0410 python: expose basic math functions. 7 years ago
Vladimír Vondruš a644684e5e python: oh of course, $<TARGET_EXISTS> is too new to be useful. 7 years ago
Vladimír Vondruš 33998df685 python: very barebones SDL2 & GLFW applications. 7 years ago
Vladimír Vondruš 4de30ab058 python: initial bits of the Shaders library. 7 years ago
Vladimír Vondruš 34acdf6c6a python: expose bits of GL::Mesh. 7 years ago
Vladimír Vondruš 7dadc27475 python: expose the GL::AbstractShaderProgram type. 7 years ago
Vladimír Vondruš 03af644506 python: expose minimum of GL::DefaultFramebuffer. 7 years ago
Vladimír Vondruš c94598d6c1 python: expose initial GL::Buffer bits. 7 years ago
Vladimír Vondruš 6c10265efd python: base for GL tests. 7 years ago
Vladimír Vondruš aec29e7da8 python: initial bits of the GL library. 7 years ago
Vladimír Vondruš caa1619eef python: expose Windowless{Glx,Egl}Application in platform.{glx,egl}. 7 years ago