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š 7dadc27475 python: expose the GL::AbstractShaderProgram type. 7 years ago
modules python: expose Windowless{Glx,Egl}Application in platform.{glx,egl}. 7 years ago
package python: initial bits of the GL library. 7 years ago
src python: expose the GL::AbstractShaderProgram type. 7 years ago
.gitignore Initial code for the Python bindings, adding math angle types. 7 years ago
.travis.yml package/ci: initial Travis setup. 7 years ago
CMakeLists.txt Initial code for the Python bindings, adding math angle types. 7 years ago
CONTRIBUTING.md Add initial README and license. 7 years ago
COPYING Add initial README and license. 7 years ago
CREDITS.md Add initial README and license. 7 years ago
README.md Add initial README and license. 7 years ago

README.md

This repository contains bindings of the Magnum C++11/C++14 graphics engine into other languages such as Python.

Join the chat at https://gitter.im/mosra/magnum Build Status Coverage Status MIT License

UNDER CONSTRUCTION

Contents of this repository and documentation is under construction. You can find work-in-progress docs at https://doc.magnum.graphics/doc/magnum.py/ but there isn't much to look at yet.

CONTACT & SUPPORT

If you want to contribute to Magnum, if you spotted a bug, need a feature or have an awesome idea, you can get a copy of the sources from GitHub and start right away!

See also the Magnum Project Contact & Support page for further information.

CREDITS

See the CREDITS.md file for details. Big thanks to everyone involved!

LICENSE

Magnum is licensed under the MIT/Expat license, see the COPYING file for details.