aboutsummaryrefslogtreecommitdiff
path: root/utility
AgeCommit message (Collapse)Author
2019-12-31Improve SDF rendering quality, performanceAdrian Kummerlaender
2019-12-28Adapt existing channel example to new SDF-based rendering and voxelizationAdrian Kummerlaender
2019-12-27Add SDF-based grid fin exampleAdrian Kummerlaender
2019-10-08Improve mouse monitoring, add 3d view shift supportAdrian Kummerlaender
2019-10-08Play around with 2d streamlinesAdrian Kummerlaender
2019-09-25Use floats for texture storage, test curl visualizationAdrian Kummerlaender
Using `GL_RGBA32F` as the texture storage format instead of packing values into the unit interval.
2019-09-22Move Projection, Rotation into separate moduleAdrian Kummerlaender
2019-09-22Extract projection, add zoom supportAdrian Kummerlaender
2019-09-22Enable mouse-based view rotationAdrian Kummerlaender
2019-09-21Extract GL moments, particle buffers and add texture bufferAdrian Kummerlaender
2019-09-14Randomly sample initial particle agesAdrian Kummerlaender
2019-09-13Add 3d lid driven cavity OpenGL visualizationAdrian Kummerlaender
2019-09-06Add a fun little fake bonfire _simulation_Adrian Kummerlaender
…using appropriately colored aging particles
2019-09-04Reset stuck particles to starting positionAdrian Kummerlaender
2019-08-30Start to use vectorizable indexing for material initializationAdrian Kummerlaender
`utility.ndindex` adds support for specifying the traversal order to `numpy.ndindex`.