File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ reasons we won't dig deeper into right now**
21
21
This was originally made for for non-interactive real time graphics
22
22
combined with music ("real time music videos"). It's made for people who
23
23
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.
26
25
27
26
Demosys is now on PyPI
28
27
@@ -231,9 +230,11 @@ values refer to the virual size. The actual buffer size will be 2 x.
231
230
232
231
WINDOW = {
233
232
" size" : (1280 , 768 ),
233
+ " vsync" : True ,
234
234
" resizable" : False ,
235
235
" fullscreen" : False ,
236
236
" title" : " demosys-py" ,
237
+ " cursor" : False ,
237
238
}
238
239
239
240
MUSIC
Original file line number Diff line number Diff line change 27
27
"resizable" : False ,
28
28
"title" : "demosys-py" ,
29
29
"vsync" : True ,
30
+ "cursor" : False ,
30
31
}
31
32
32
33
# Empty effects tuple
You can’t perform that action at this time.
0 commit comments