You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimír Vondruš 40891858d6 python: raise Python exceptions for shader API usage failures. 7 years ago
..
platform python: wire in the WindowlessWglApplication. 7 years ago
test python: raise Python exceptions for shader API usage failures. 7 years ago
.coveragerc Initial code for the Python bindings, adding math angle types. 7 years ago
CMakeLists.txt python: wire in the WindowlessWglApplication. 7 years ago
__init__.py python: expose textures and related APIs. 7 years ago
bootstrap.h python: expose textures and related APIs. 7 years ago
gl.cpp python: minor code cleanup. 7 years ago
magnum.cpp python: expose textures and related APIs. 7 years ago
math.cpp python: finish the magic and docs for Matrix[34].scaling() and friends. 7 years ago
math.h python/magum/math: switch to our own buffer protocol implementation. 7 years ago
math.matrix.h python: finish the magic and docs for Matrix[34].scaling() and friends. 7 years ago
math.matrixdouble.cpp python: finish the magic and docs for Matrix[34].scaling() and friends. 7 years ago
math.matrixfloat.cpp python: finish the magic and docs for Matrix[34].scaling() and friends. 7 years ago
math.range.cpp python: bind Math::Range. 7 years ago
math.vector.h python: implemented vector swizzles. 7 years ago
math.vectorfloat.cpp python: cross() should be in math, not a member function. 7 years ago
math.vectorintegral.cpp python: don't define negation on unsigned vector types. 7 years ago
meshtools.cpp python: fix PyInit_* declarations to work on Windows as well. 7 years ago
primitives.cpp python: fix PyInit_* declarations to work on Windows as well. 7 years ago
scenegraph.cpp python: fix PyInit_* declarations to work on Windows as well. 7 years ago
scenegraph.h python: expose TRS SceneGraph implementation. 7 years ago
scenegraph.matrix.cpp python: expose TRS SceneGraph implementation. 7 years ago
scenegraph.trs.cpp python: expose TRS SceneGraph implementation. 7 years ago
shaders.cpp python: raise Python exceptions for shader API usage failures. 7 years ago
staticconfigure.h.cmake python: put everything into a single module if magnum is built statically. 7 years ago
trade.cpp python: fix PyInit_* declarations to work on Windows as well. 7 years ago