-
- Downloads
GL object generation is now performed in an wx.EVT_IDLE event handler,
via a new function async.idle (which abstracts away wx-iness). This means that the status-bar is actually updated during startup.
Showing
- fsl/fsleyes/gl/slicecanvas.py 77 additions, 59 deletionsfsl/fsleyes/gl/slicecanvas.py
- fsl/fsleyes/gl/textures/imagetexture.py 3 additions, 1 deletionfsl/fsleyes/gl/textures/imagetexture.py
- fsl/fsleyes/gl/textures/rendertexturestack.py 12 additions, 8 deletionsfsl/fsleyes/gl/textures/rendertexturestack.py
- fsl/utils/async.py 107 additions, 13 deletionsfsl/utils/async.py
Please register or sign in to comment