1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
.. py:module:: moderngl_window
.. py:currentmodule:: moderngl_window
moderngl_window
===============
General helper functions aiding in the bootstrapping of this library.
.. autofunction:: setup_basic_logging
.. autofunction:: activate_context
.. autofunction:: window
.. autofunction:: ctx
.. autofunction:: get_window_cls
.. autofunction:: get_local_window_cls
.. autofunction:: find_window_classes
.. autofunction:: create_window_from_settings
.. autofunction:: run_window_config
.. autofunction:: create_parser
.. autofunction:: parse_args
|