Pinned
1,144 contributions in the last year
Less
More
Contribution activity
June 2021
Created 48 commits in 8 repositories
Created 1 repository
- almarklein/gfx Rust
Created a pull request in vispy/vispy that received 13 comments
Close some GL leaks
Make flake8 ignore N in case the pendantic "pep8-naming" is installed.
Check for imports of OpenGL:
Removes use of OpenGL in visuals/line/line.py.
…
+26
−32
•
13
comments
Opened 17 other pull requests in 8 repositories
vispy/vispy
2
open
3
merged
gfx-rs/wgpu-native
1
closed
3
merged
pygfx/wgpu-py
2
merged
pygfx/pygfx
2
merged
imageio/imageio
1
merged
almarklein/timetagger
1
merged
flexxui/flexx
1
open
gfx-rs/wgpu
1
open
Reviewed 22 pull requests in 6 repositories
vispy/vispy 15 pull requests
- Improve infinity/NaN handling in VolumeVisual and ImageVisual clim calculations
- Restore ambient light behavior as in v0.6.0
- Close some GL leaks
- Fix PanZoomCamera 'center' property not updating view
- Add Code of Conduct
- Change builtin colormaps to all be instances
- Add 'texture_format' kwarg to VolumeVisual for floating point textures
- Fix VolumeVisual bounds representing the wrong axis
- Replace Grid Widget cassowary solver with kiwisolver
- Add setter for colorbar label text
- Fix event loop detection triggering on blocked events
- Rename all HUSL usages to HSLuv
- Fix glfw not sizing visuals correctly on initial draw
-
Add attenuated MIP (attenuated_mip) rendering mode to
VolumeVisual -
Add minimum intensity projection (minip) shading to
VolumeVisual
pygfx/pygfx 3 pull requests
gfx-rs/wgpu 1 pull request
imageio/imageio 1 pull request
flexxui/pscript 1 pull request
gfx-rs/wgpu-native 1 pull request
Created an issue in vispy/vispy that received 5 comments
Unexpected lighting behavior in the basics/visuals/tube.py example
The lighting does not change with the camera, but I think it should. May be part due to the geometry, see #2069, but I suspect the calculation of t…
5
comments