index
:
msc-tool
main
Interactive research tool for visualizing mulditimensional data.
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
voronoisplat.cpp
Age
Commit message (
Expand
)
Author
2023-06-06
BarChart, Wayland.
Samuel Fadel
2023-06-04
More fixes to rendering, same as original except for point outlines.
Samuel Fadel
2023-06-04
Further advances in nuklear port.
Samuel Fadel
2023-05-23
Massive changes in initial port away from Qt.
Samuel Fadel
2016-04-12
BarChart, Scatterplot, VoronoiSplat: removed unnecessary resize()s.
Samuel Fadel
2016-04-04
VoronoiSplat: minor implementation changes.
Samuel Fadel
2016-03-22
VoronoiSplat & LinePlot: fixed silly logic error.
Samuel Fadel
2016-03-15
VoronoiSplat: initializing previously uninitialized values.
Samuel Fadel
2016-03-02
Improvements related to ColorScale and screenshots.
Samuel Fadel
2016-02-11
VoronoiSplat: even better buffer overflow checks.
Samuel Fadel
2016-02-11
VoronoiSplat: fixed possible buffer overflow.
Samuel Fadel
2016-02-10
Updated signal/slot connections to function pointers.
Samuel Fadel
2016-02-02
Changes to make code more portable across different compilers.
Samuel Fadel
2016-01-26
VoronoiSplat & main(): moved all skelft to VoronoiSplat.
Samuel Fadel
2016-01-25
VoronoiSplat: added methods & signals for dealing with scales.
Samuel Fadel
2016-01-18
VoronoiSplat: Fixed issue #8.
Samuel Fadel
2016-01-17
Colormap & VoronoiSplat: minor change to colormap texture creation.
Samuel Fadel
2016-01-17
Added a options panel.
Samuel Fadel
2016-01-16
VoronoiSplat: code reordering.
Samuel Fadel
2016-01-16
VoronoiSplat: Changed "colormap" methods to "colorScale".
Samuel Fadel
2016-01-16
Added the Colormap component.
Samuel Fadel
2016-01-15
VoronoiSplat & Scatterplot: splatting is now a separate component.
Samuel Fadel
2016-01-15
VoronoiSplat: small code improvements.
Samuel Fadel
2016-01-13
Removed some unnecessary comments.
Samuel Fadel
2016-01-12
VoronoiSplat: sites' vertices are uploaded as 'GL_DYNAMIC_DRAW'.
Samuel Fadel
2016-01-12
VoronoiSplat: renamed internal variables for clarity.
Samuel Fadel
2016-01-11
Small fix in VoronoiSplat.
Samuel Fadel
2016-01-07
VoronoiSplat: added some padding to color mapping; needs more work
Samuel Fadel
2016-01-07
VoronoiSplat: rendering to transparent background, can now adapt to different...
Samuel Fadel
2016-01-07
VoronoiSplat: added some comments.
Samuel Fadel
2016-01-06
Revert "VoronoiSplat: upated to use Qt's FBO wrapper."
Samuel Fadel
2016-01-06
VoronoiSplat: upated to use Qt's FBO wrapper.
Samuel Fadel
2015-12-19
Experimenting using VoronoiSplat as a texture.
Samuel Fadel
2015-12-19
Fixed VoronoiSplat implementation. Might still need some work.
Samuel Fadel
2015-12-19
VoronoiSplat: code cleanup & improved VAO init.
Samuel Fadel
2015-12-19
VoronoiSplat: more cleanup and values normalization.
Samuel Fadel
2015-12-19
New rendering (VoronoiSplat) -- incomplete.
Samuel Fadel