Skip to content

Commit 6430625

Browse files
committed
Missing settings
1 parent 98a190f commit 6430625

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ reasons we won't dig deeper into right now**
2121
This was originally made for for non-interactive real time graphics
2222
combined with music ("real time music videos"). It's made for people who
2323
enjoy playing around with modern OpenGL without having to spend lots of
24-
time creating all the tooling to get things up and running and at the
25-
same time avoid all the old cruft in OpenGL.
24+
time creating all the tooling to get things up and running.
2625

2726
Demosys is now on PyPI
2827

@@ -231,9 +230,11 @@ values refer to the virual size. The actual buffer size will be 2 x.
231230
232231
WINDOW = {
233232
"size": (1280, 768),
233+
"vsync": True,
234234
"resizable": False,
235235
"fullscreen": False,
236236
"title": "demosys-py",
237+
"cursor": False,
237238
}
238239
239240
MUSIC

demosys/conf/default_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"resizable": False,
2828
"title": "demosys-py",
2929
"vsync": True,
30+
"cursor": False,
3031
}
3132

3233
# Empty effects tuple

0 commit comments

Comments
 (0)