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š ad01c1a306 python: initial SceneGraph bits. 7 years ago
..
platform python: very barebones SDL2 & GLFW applications. 7 years ago
test python: initial SceneGraph bits. 7 years ago
.coveragerc Initial code for the Python bindings, adding math angle types. 7 years ago
CMakeLists.txt python: initial SceneGraph bits. 7 years ago
NonDestructible.h python: expose minimum of GL::DefaultFramebuffer. 7 years ago
__init__.py python: make `import magnum.math` working. 7 years ago
bootstrap.h python: expose matrix types. 7 years ago
gl.cpp python: expose bits of GL::Mesh. 7 years ago
magnum.cpp python: expose Quaternion. 7 years ago
math.cpp python: expose basic math functions. 7 years ago
math.h python: expose all Vector variants. 7 years ago
math.matrix.h python: expose Matrix3 and Matrix4. 7 years ago
math.matrixdouble.cpp python: expose Matrix3 and Matrix4. 7 years ago
math.matrixfloat.cpp python: expose Matrix3 and Matrix4. 7 years ago
math.vector.h python: make vectors implicitly convertible from tuples. 7 years ago
math.vectorfloat.cpp python: expose all Vector variants. 7 years ago
math.vectorintegral.cpp python: expose all Vector variants. 7 years ago
scenegraph.cpp python: initial SceneGraph bits. 7 years ago
shaders.cpp python: initial bits of the Shaders library. 7 years ago