File: README.md

package info (click to toggle)
python-moderngl-window 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 69,220 kB
  • sloc: python: 11,387; makefile: 21
file content (20 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

# Examples

**NOTE: All resource files (shaders, textures, scenes etc) are loaded from the `resources` directory**

Contains basic examples using moderngl-window.
Most are based on `WindowConfig`, but there are also examples
with more custom usage.

Subdirectories might contain more complex examples.

Options can be passed to examples:

```python
# Run in fullscreen more
python examples/cube_model.py --fullscreen

# For more parameters
python examples/cube_model.py --help
```