Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-05-12 | add update_particles() and USE_COMPUTE_SHADER | Paul Duncan | 1 | -72/+120 |
2017-05-12 | add compute shader (busted) | Paul Duncan | 1 | -21/+77 |
2017-05-12 | add init_particles(), use SSBO | Paul Duncan | 2 | -22/+65 |
2017-05-12 | use shader storage instead of uniform buffer, remove hard-coded particle count | Paul Duncan | 1 | -20/+24 |
2017-05-12 | add instanced draw with uniform buffer | Paul Duncan | 1 | -4/+27 |
2017-05-11 | add context_t and handle_events() | Paul Duncan | 1 | -147/+115 |
2017-05-11 | refactor link_program | Paul Duncan | 1 | -7/+60 |
2017-05-11 | fix hidpi support, add comments | Paul Duncan | 1 | -3/+34 |
2017-05-11 | add fps timer, openmp | Paul Duncan | 2 | -5/+78 |
2017-05-11 | switch from glfw to sdl2 | Paul Duncan | 2 | -83/+103 |
2017-05-11 | initial commit | Paul Duncan | 3 | -0/+280 |