Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-06 | Replace deprecated gl_FragColorHEADmaster | Adrian Kummerlaender | |
2022-02-06 | Fix pkgs source | Adrian Kummerlaender | |
2021-01-30 | Update build environment | Adrian Kummerlaender | |
2020-03-28 | Add README | Adrian Kummerlaender | |
2020-03-28 | Draw spheres in correct size | Adrian Kummerlaender | |
…using billboarding. | |||
2020-03-27 | Reenable 2D support | Adrian Kummerlaender | |
2020-03-27 | Start tidying up new features | Adrian Kummerlaender | |
2020-03-27 | Add wire box, enable depth testing | Adrian Kummerlaender | |
2020-03-27 | Fake spheres using point sprite shading | Adrian Kummerlaender | |
2020-03-26 | Prototype port to 3D | Adrian Kummerlaender | |
What is it with OpenCL @ GPU and arrays of 3-dimensional vectors?! Luckily I vaguely remembered encountering this problem before when implementing my OpenCL LBM code but why on earth is the compiler not warning about this? I guess the underlying reason has to do with the data alignment requirements on the GPU but still... | |||
2020-03-25 | Add example for random initial velocities | Adrian Kummerlaender | |
2020-03-25 | Extract visualization setup into module | Adrian Kummerlaender | |
2020-03-25 | Move everything into main function | Adrian Kummerlaender | |
2020-03-24 | Update plot-only program to use module | Adrian Kummerlaender | |
2020-03-24 | Separate classes into modules | Adrian Kummerlaender | |
2020-03-24 | Play around with colors | Adrian Kummerlaender | |
2020-03-24 | Fix process termination problem | Adrian Kummerlaender | |
2020-03-24 | Fade between updated plots | Adrian Kummerlaender | |
Process pool doesn't seem to kill its processes on shutdown. What is this crap? | |||
2020-03-24 | Use modern OpenGL for displaying the plot texture | Adrian Kummerlaender | |
2020-03-23 | Plot and display histogram on texture | Adrian Kummerlaender | |
Hacked together but works well enough for demonstration | |||
2020-03-23 | Add some structure to view implementation | Adrian Kummerlaender | |
2020-03-22 | Extract hard sphere gas from particle playground | Adrian Kummerlaender | |