1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
.. moderngl-window documentation master file, created by
sphinx-quickstart on Fri Aug 16 18:42:13 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to moderngl-window's documentation!
===========================================
A cross platform helper library for ModernGL making window
creation and resource loading simple.
.. Note:: Please report documentation improvements/issues on github.
Writing documentation is difficult and we can't do it without you.
Pull requests with documentation improvements are also greatly appreciated.
.. toctree::
:maxdepth: 3
:caption: Programming Guide
guide/install
guide/basic_usage
guide/window_guide
guide/event_guide
guide/resource_system
.. toctree::
:maxdepth: 2
:caption: API Reference
reference/moderngl_window
reference/settings.conf.settings
reference/screenshot.rst
reference/context/index
reference/geometry
reference/loaders/index
reference/meta/index
reference/finders/index
reference/opengl/index
reference/resources/index
reference/timers/index
reference/utils/index
reference/scene/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|