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**
2121This was originally made for for non-interactive real time graphics
2222combined with music ("real time music videos"). It's made for people who
2323enjoy 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
2726Demosys 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
Original file line number Diff line number Diff line change 2727 "resizable" : False ,
2828 "title" : "demosys-py" ,
2929 "vsync" : True ,
30+ "cursor" : False ,
3031}
3132
3233# Empty effects tuple
You can’t perform that action at this time.
0 commit comments